Best Tutorials website
Latest tutorials

Advertisment

Making number format like 0001, 0002

Making number format like 0001, 0002

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.


Views: 525 | Rating star | by David
PHP - Miscellaneous

Creating simple PHP forum tutorial

Creating simple PHP forum tutorial

Learn to create forum step by step, in this tutorials use only simple php code but powerful.


Views: 898 | Rating star | by Ben
PHP - Discussion Boards

PHP Simple login script

PHP Simple login script

Learn to create a simple login system with php + mysql script, this tutorial easy to follow, teach you step by step.


Views: 783 | Rating star | by Sean
PHP - User Authentication

In Depth Contact Form Part 2 - The PHP Code

In Depth Contact Form Part 2 - The PHP Code

In depth tutorial focusing on the basics of processing a contact form


Views: 844 | Rating star | by Marry
PHP - Form Processing

How to convert date to time and back

How to convert date to time and back

This tutorial will show you how to convert date to time and format the resulting output.


Views: 879 | Rating star | by Isac
PHP - Date and Time

Backup mysql data using PHP in Windows

Backup mysql data using PHP in Windows

How to backup MySQL data using PHP in a Windows environment (Windows Vista, 2003, XP, 2000, NT).


Views: 447 | Rating star | by Isac
PHP - Database Related

PHP Babysteps Tutorial

PHP Babysteps Tutorial

Learn how to get started using PHP with this tutorial.


Views: 511 | Rating star | by Tutorial
PHP - Introduction to PHP

PHP Thumbnail Generation Script

PHP Thumbnail Generation Script

This tutorial focuses on a thumbnail generation script. Rather than generating a smaller representation of the image, it cuts out a section of the...


Views: 907 | Rating star | by Troy
PHP - Image Manipulation

PHP Phrases

PHP Phrases

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...


Views: 497 | Rating star | by Daniel
PHP - Introduction to PHP

Redirect Visitors by Browser Language

Redirect Visitors by Browser Language

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.


Views: 834 | Rating star | by Jarry
PHP - Site Navigation

Remembering Users (Cookies and Sessions)

Remembering Users (Cookies and Sessions)

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...


Views: 785 | Rating star | by Slicer
PHP - Cookies and Sessions

Making Data Dynamic

Making Data Dynamic

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...


Views: 479 | Rating star | by Mark
PHP - Database Related

Date and Time

Date and Time

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...


Views: 839 | Rating star | by Tutorial
PHP - Date and Time

Protecting Email Addresses Using ASCII Codes

Protecting Email Addresses Using ASCII Codes

This can be used to protect email addresses, for instance. Because spammers are writing software to search for certain patterns (email adresses) on...


Views: 795 | Rating star | by Jason
PHP - Email Systems

Using Files on the Server File System

Using Files on the Server File System

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....


Views: 787 | Rating star | by Steve
PHP - File Manipulation

Interacting with Web Forms

Interacting with Web Forms

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,...


Views: 883 | Rating star | by David
PHP - Form Processing

Using XML

Using XML

Unfortunately, PHP 4's XML support was somewhat limited. Some extensions did not prove to be very stable. This changed drastically with PHP 5...


Views: 804 | Rating star | by Simon
PHP - XML and PHP

Communicating with Others

Communicating with Others

You can connect to remote servers in a variety of ways.


Views: 812 | Rating star | by Simon
PHP - PEAR

Working with Arrays

Working with Arrays

When simple variables are just not good enough, arrays come into play. This tutorial presents the most important problems you'll have to solve...


Views: 535 | Rating star | by Slicer
PHP - Development

Create a PHP Search Engine

Create a PHP Search Engine

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 | Rating star | by Troy
PHP - Searching