Articles Index
How to post form a form to phpBB forum
How to post from a form (or application) to a phpBB forum
LAMP: Linux, Apache, MySQL and PHP
LAMP is short for Linux, Apache, MySQL and PHP. Learn more about what LAMP is and what it can do for your website!
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
Loops in PHP
A loop is a series of commands that will continue to repeat over and over again untill a condition is met. Learn about different types of loops in PHP.
Execute PHP from a .html File
This tutorial explains how to execute php code in a file with a .html extention
What is a Plain Text Editor?
Text editors are useful tools for programers and web designers, we can tell you what a text editor is and how to use one.
Why Use PHP?
The top three reasons why to use PHP on your website.
Create a Link from a Database
How to retrieve a URL and text from a database and create a link on your website using PHP.
Redirect Based on the Day of the Week
Redirect users to a web page based on the day of the week, so you are directed to one page on a Monday, a different on a Tuesday, and a different on a Wednesday, etc. using PHP
Learn PHP
Learn PHP programing free with our easy to understand online tutorials. Learn to make a website using PHP code online.
Getting More Information From PHP
Use phpinfo to learn more about the version of PHP your server is running. PHPinfo command cans show you your PHP version, path, and specific settings.
What is File Transfer Protocol (FTP)
FTP Clients are used to FTP into your site and transfer data to and from your site
PHP Random Quote
This tutorial shows how to use switch () to display a random quote on your website - Free PHP Tutorial
How To Generate a Unique ID
PHP code to generate a random unique user ID
The Pi () function and M_PI
How to use the different Pi tags in PHP, how to use the PI () PHP function and M_PI, M_PI_2, M_PI_4, M_1_PI, M_2_PI, M_SQRTPI, M_2_SQRTPI in your PHP code
Drawing a Polygon with PHP
How to draw a polygon in PHP using the imagepolygon function and assigning the coordinates of each corner
Alter Table - MySQL Command
How to use the MySQL alter table command, and what to combine it with to do different things to your database.
Using The GD Library
Using the GD Library in PHP to create, resize, grayscale, rotate, draw, manipulate and edit images.
PHP Math Functions
A list of commonly used math functions in PHP, and what they do.
Learn SQL (MySQL)
Just the basics you need to learn SQL code to use with your MySQL database. Free tutorial to learn MySQL.
PHP Time and Calendars
PHP functions and scripts related to the use and creation of calendars, or dates in PHP.
Base_convert () PHP Function
Converting one number base to another using PHP
$_SERVER['HTTP_USER_AGENT']
$_SERVER['HTTP_USER_AGENT'] is used to retrieve information about the users browser and computer operating system, using PHP. Learn how with our tutorial.
Ordering MySQL Data
How to sort your MySQL data using a SQL Order By statement
PHP Magic 8-Ball
Use PHP's Rand () function to create an online magic 8-ball - PHP Script tutorial
