PHP Basics Tutorials - LearnPHP.org
The PHP function explode lets you take a string and blow it up into smaller pieces.
March 19,
2010
Today Views:
6 Total Views:
432
One of the most fundamental tools of any true programming language is the ability to control what code gets executed and under what conditions by using a conditional block.
March 18,
2010
Today Views:
17 Total Views:
557
Being able to create lists out of files within a directory quickly and easily is a really good skill to have, especially when creating Content Management and web based File Management Systems.
March 17,
2010
Today Views:
5 Total Views:
573
A "do while" loop is a slightly modified version of the while loop.
March 15,
2010
Today Views:
2 Total Views:
568
Have you ever created an account with a website, and were required to check your email and click through a verification link sent by the company in order to activate it? Doing so highly reduces the number of spam accounts. In this lesson, weâ??ll learn how to do this very thing!
March 12,
2010
Today Views:
2 Total Views:
246
If you program custom PHP applications, you will often times need to work with a form and require certain form fields. This tutorial shows you a simple and quick method for creating a form page that handles errors and pre-populates fields if there is an error, and a method for processing the form...
March 11,
2010
Today Views:
4 Total Views:
62
A list of examples using DQL and PHP Doctrine instead of SQL.
March 10,
2010
Today Views:
3 Total Views:
494
Quick--what's the relationship between the columns of your database? Don't know? Maybe it's time to pull out the information theory book and calculate how much data they store.
March 10,
2010
Today Views:
3 Total Views:
589
Following our tutorials on uploading files and listing files, this tutorial will walk you through deleting files from a directory.
March 8,
2010
Today Views:
3 Total Views:
352
"Search Engine Friendly URLs" or "User Friendly URLs" are a much better way of constructing your URLs for dynamic pages. In this article I will discuss some basic ways of doing this, with a little help from mod_rewrite.
March 8,
2010
Today Views:
1 Total Views:
464









