Learn PHP
PHP can be a powerful tool on your web site and learning it isn't as hard as you might think. Using our informative tutorials, even a beginner with no programming experience can start learning PHP and putting it to use right away.
Getting Started with PHP
Just the essentials you need to learn PHP
Just the essentials you need to learn PHP
PHP with HTML
How to embed php into HTML, or put HTML inside PHP so you can use both on the same page of your website.
How to embed php into HTML, or put HTML inside PHP so you can use both on the same page of your website.
PHP Time and Calendars
PHP functions and scripts related to the use and creation of calendars, or dates in PHP.
PHP functions and scripts related to the use and creation of calendars, or dates in PHP.
PHP and Flat File Data Storage
How to use PHP commands to interact with flat file text (txt) documents.
How to use PHP commands to interact with flat file text (txt) documents.
Learn PHP - A Beginner's Guide to PHP Programing
Learn PHP from a simple web based tutorial. Explore basic PHP syntax, using variables, operators and operands, and the use of conditional statements.
Learn PHP from a simple web based tutorial. Explore basic PHP syntax, using variables, operators and operands, and the use of conditional statements.
Learn PHP - Use WHILE, FOR and FOREACH Loops
Learn to use the three types of loops - WHILE, FOR, and FOREACH loops in PHP programing to process data.
Learn to use the three types of loops - WHILE, FOR, and FOREACH loops in PHP programing to process data.
Learn PHP - How to Use and Write Functions
Explore the use of preset PHP functions, with a further explanation on the date function. Then learn to create your own custom PHP functions.
Explore the use of preset PHP functions, with a further explanation on the date function. Then learn to create your own custom PHP functions.
Learn PHP - Collecting and Processing Data from Forms
Collect data from HTML forms to process with PHP
Collect data from HTML forms to process with PHP
Learn PHP - Redirection Script
HP redirection script to transfer users from one web page URL on your site to a new page URL or web site
HP redirection script to transfer users from one web page URL on your site to a new page URL or web site
Learn PHP - PHP Information
Learn more about the version of PHP your server is running using the php info command to see your version, path, and specific settings.
Learn more about the version of PHP your server is running using the php info command to see your version, path, and specific settings.
Learn PHP - Math Functions
A list of commonly used math functions in PHP, and what they do.
A list of commonly used math functions in PHP, and what they do.
Learn PHP - Random Numbers
Generating a random number in PHP with the rand () function
Generating a random number in PHP with the rand () function
Learn PHP - What Is My IP?
This is a very short easy to understand tutorial about how do create a 'What is my IP' style script, to look up the users IP address as they visit the site
This is a very short easy to understand tutorial about how do create a 'What is my IP' style script, to look up the users IP address as they visit the site
Learn PHP - Using $_SERVER in PHP
The difference between $_SERVER[’PHP_SELF’], $_SERVER[’SCRIPT_NAME’], and $_SERVER['REQUEST_URI']
The difference between $_SERVER[’PHP_SELF’], $_SERVER[’SCRIPT_NAME’], and $_SERVER['REQUEST_URI']
Learn PHP - Lookup Browser
$_SERVER['HTTP_USER_AGENT'] is used to retrieve information about the users browser and computer operating system, using PHP. Learn how with our tutorial.
$_SERVER['HTTP_USER_AGENT'] is used to retrieve information about the users browser and computer operating system, using PHP. Learn how with our tutorial.
Learn PHP - Rounding and Formatting Numbers
How to round and formatt numbers in PHP
How to round and formatt numbers in PHP
Your First PHP Script
A very basic walkthrough of everything you need to make your first PHP script, in simple straight forward terms.
A very basic walkthrough of everything you need to make your first PHP script, in simple straight forward terms.
Using Notepad for PHP
How to use Notepad to create and save PHP files
How to use Notepad to create and save PHP files
Using TextEdit for PHP
How to use TextEdit to create and save PHP on your Apple Macintosh (Mac) Computer.
How to use TextEdit to create and save PHP on your Apple Macintosh (Mac) Computer.
Redirect Old Pages to New URLs
Redirect pages from their old URL to a new URL using a line of PHP
Redirect pages from their old URL to a new URL using a line of PHP
Finding the HTTP_REFERER
How to find a page's referrer using HTTP_REFERER in PHP.
How to find a page's referrer using HTTP_REFERER in PHP.
Hello World
How to write a "Hello World" script, the most basic of all computer programs, in PHP.
How to write a "Hello World" script, the most basic of all computer programs, in PHP.
A Quick PHP Variable Reference
Everything you've ever wanted to know about PHP variables in an easy to understand, free tutorial.
Everything you've ever wanted to know about PHP variables in an easy to understand, free tutorial.
How and Why to Comment Your PHP Code
How and why to comment your code in PHP
How and why to comment your code in PHP
Tips for Making User Friendly Scripts
Some tips for making your programs user friendly
Some tips for making your programs user friendly
Learn More About Your Server's PHP
The phpinfo () is used to gather lot of information about what is running on your PHP server.
The phpinfo () is used to gather lot of information about what is running on your PHP server.
Finding the Document Root
Often when installing scripts you need to know the document root. This simple script can give you that information.
Often when installing scripts you need to know the document root. This simple script can give you that information.
PHP Author Notes
Author notes that a PHP author should include in the files that the create.
Author notes that a PHP author should include in the files that the create.
Using PHP and Javascript with Python
How to use PHP and Javascript with Python instead of using CGI
How to use PHP and Javascript with Python instead of using CGI
The Difference Between Cookies and Sessions
What is the difference between sessions and cookies in PHP?
What is the difference between sessions and cookies in PHP?
