Learn PHP (31)
This page contains useful information for someone wanting to learn the PHP programming language. Beginners can follow our easy guide, and people simply wanting to brush up on their code can use is as a reference.
Learn MySQL (18)
MySQL is a relational database and a powerful online tool for storing important information and delivering that information back to your website on demand. Here you can learn more about how to use MySQL.
Advanced PHP (18)
Once you have mastered the basics of PHP from our 'Learn PHP' series of tutorials, you can move on to learning more advanced PHP code.
PHP with MySQL (12)
Learn how to make PHP interact with MySQL on your web site to deliver instant content. Learn how to run SQL commands from a PHP document, and how to translate the results into an array for PHP use.
Graphics- GD Library (7)
The GD Library is used along with PHP to create graphics on the fly, as well as manipulate and edit existing graphics. It can preform simple tasks like creating thumbnail images, or drawing graphs on the fly. It can also do some more complex graphic editing, such as grayscaling or applying other filters to a photo.
Step By Steps (32)
These tutorials will show you step-by-step how to create many usable applications for your website. These programs are all fully functional and ready to use right away on your website. All the code is presented to you and then explained so you can both use it and understand it.
PHP Functions (79)
In PHP a function is a predefined set of commands that are carried out when the function is called. In addition to being able to write your own functions, PHP has a number of predefine functions for you to use.
MySQL Commands (23)
Information about all of the available MySQL commands, and what each does.
Security (8)
When using PHP and MySQL it is important to program in a safe way to keep out hackers and risk losing sensitive information.
PHP/MySQL Basics (14)
Before you start programing there are some basics you should know. Here we will explore what exactly PHP and MySQL are, how you can edit them, the software that is used, and other essentials.
Tools & Resoruces (66)
Tools and Resources useful to people working with PHP or MySQL.
Troubleshooting (12)
You've been staring blankly at your code for 20 mins, and still can't figure out why it's not working? We've been there too. Here are some common problems and the (often simple) solutions that sometimes go overlooked.
Programing Glossary (24)
Learn about general programing terms, internet terms, PHP terms and MySQL related terminology.