http://www.flashperfection.com
http://webdesign.org
http://www.vectorials.com
http://www.tutorialkit.com
http://www.3dlessons.com
http://www.markuptutorials.com

All PHP Tutorials - LearnPHP.org

Sort byTutorials Per Page
Pages:121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | Next| Last
Most PHP scripts use some sort of Database for the backend to manage the content and other such things. Database's are a fairly simple concept, they simply store data in a organized manner for later use.
May 31, 2006 Today Views: 2 Total Views: 808

PHP and Cookies

Author: codebeach.com  Rating:
Cookies have long been used in PHP scripts, and are a very useful function. But what exactly are cookies? In this tutorial I will show you exactly what cookies are, and what they are used for.
May 31, 2006 Today Views: 1 Total Views: 713

MySQL Tables

Author: tutfx  Rating:
Create, insert, update, delete, count and select rows in a database.
May 30, 2006 Today Views: 1 Total Views: 943
In this multi-page article I?m going to show you how to set up the server side scripting for a complete membership system, including everything from registration, to changing your password, validation emails, etc.
May 30, 2006 Today Views: 1 Total Views: 1,312

Date & Time Functions

Author: Biorust  Rating:
When developing a website with PHP it is often beneficial to report server times and/or dates. On its own this ability is quite useful, but in combination with further scripting, it allows you to account for time zones, datelines, etc, thus improving the overall user experience.
May 30, 2006 Today Views: 1 Total Views: 1,001
This tutorial will guide you through the process of creating a database.
May 26, 2006 Today Views: 2 Total Views: 814

Regular Expressions

Author: Biorust  Rating:
One of PHPs most useful features is its string processing abilities. Feed PHP any string, and it can process it in any number of different ways with a multitude of different in-built functions. Finding letter occurrences, replacing certain words, limiting the number of characters,
May 25, 2006 Today Views: 2 Total Views: 720
This tutorial is based on Jacks FormMail.php script. The script is a generic WWW form to e-mail gateway which typically sends the results of a form to a predefined email address or file location.
May 25, 2006 Today Views: 1 Total Views: 876
This entire tutorial hinges on our use of the LIMIT function in mySQL. LIMIT is an optional instruction that can be added onto the mysql_query() function to limit the number of results processed.
May 23, 2006 Today Views: 1 Total Views: 939
Learn how to add new information into a MYSQL database.
May 23, 2006 Today Views: 1 Total Views: 833
Pages:121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | Next| Last