Categories
Tags → Example Php

Sending Email (Text/HTML/Attachments)

Email is the most popular Internet service today. A plenty of emails are sent and delivered each day. The goal of this tutorial is to demonstrate how to generate and send emails in PHP. So, you want to send automated email messages from your PH...
DETAILS

Validate credit card numbers

An easy example on how to validate credit card numbers using a small and handy PHP script.
DETAILS

Micro Login System - File based

Micro Login System is a simple PHP based user login system which stores user registration information in a flat file instead of MySQL database. It is easy to install and change the design via CSS. The package contains a login, logout and a registarti...
DETAILS

Create a copy of an image as a thumbnail

You get a great function that use the GD library to create the new thumbnail file. Often you need to change the size/dimensions of images in your web site. One example could be if you let your visitors upload an image of themself when they regi...
DETAILS

Fluent Interfaces in PHP

A new buzzword in the PHP circles is Fluent Interfaces, which is not really new, but a way to chain methods of an object together. Here s an example
DETAILS

PHP: Sending Email (Text/HTML/Attachments)

So, you want to send automated email messages from your PHP application. This can be in direct response to a user''s action, such as signing up for your site, or a recurring event at a set time, such as a monthly newsletter. Sometimes email cont...
DETAILS

AlfaUngzipper

AlfaUngzipper - the tool for archiving a web documents and movement of sites (for example file transfer to other hosting). Code AlfaUngzipper possesses cross-platforms and will allow to pack and unpack a site in any operational system in which there ...
DETAILS

MySQL (BLOB field) Image Gallery Example

This is a simple example of photo-gallery script, which uses MySQL table (BLOB field) to store images. Trivial password-protection, uploading and deleting images are supported. For Apache-version of PHP there is advanced browser-caching support (usin...
DETAILS

Handling Non ASCII Characters in PHP String Literals

This PHP tutorial helps you understand: Basic rules of handling non ASCII characters; Example PHP scripts of French/Chinese strings in UTF-8/GB2312 encoding.
  • Categories
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Commercial License,
    • Free for non-commercial use
DETAILS

Display MySQL table as HTML example

This example use MySQL functions from PHP to display full MySQL table(every column and every row) as HTML.
DETAILS

Page:
©2019 A--9.com