Advertisment
In this tutorial, we'll make number format like 0001, 0002, 0003 in stead of 1, 2 ,3. It's very easy to do this.
Learn to create forum step by step, in this tutorials use only simple php code but powerful.
Learn to create a simple login system with php + mysql script, this tutorial easy to follow, teach you step by step.
In depth tutorial focusing on the basics of processing a contact form
This tutorial will show you how to convert date to time and format the resulting output.
How to backup MySQL data using PHP in a Windows environment (Windows Vista, 2003, XP, 2000, NT).
Learn how to get started using PHP with this tutorial.
This tutorial focuses on a thumbnail generation script. Rather than generating a smaller representation of the image, it cuts out a section of the...
If you are a PHP developer who needs a portable reference guide for frequent use in your job, the PHP Phrases tutorial is perfect for you. The PHP...
Give a professional touch to your site learing how to redirect your website users based on the choice of language that is set in the browser.
Hypertext Transfer Protocol (HTTP) is a stateless protocol. To say it in a simple way: A client (web browser) connects to a web server, sends a...
One of the main strengths of PHP is its support for a vast number of databases. Very often, PHP and MySQL are viewed as an entity. However, other...
Most of the time, the date and time functionalities of PHP 5 are used for printing out the current date and time to pretend that the web page is up...
This can be used to protect email addresses, for instance. Because spammers are writing software to search for certain patterns (email adresses) on...
Although databases are very common, using the file system to store data can be a real alternative. Often, it is easier to implement that way....
HTML forms are one of the key ingredients of any dynamic website because they can enable the users of a site to interact with it. Otherwise,...
Unfortunately, PHP 4's XML support was somewhat limited. Some extensions did not prove to be very stable. This changed drastically with PHP 5...
You can connect to remote servers in a variety of ways.
Views: 812 | | by Simon
PHP - PEAR
When simple variables are just not good enough, arrays come into play. This tutorial presents the most important problems you'll have to solve...
This hands on PHP Programming tutorial provides you the knowledge necessary to design and develop a search engine for your website using PHP...
Views: 877 | | by Troy
PHP - Searching