Featured Tutorials

Creating A Register And Login
This tutorial will walk you through the first steps of setting up a register and login page for your users. Allowing the first steps in getting a social site up and running.

Uploading Images With PHP
This tutorial will walk you through creating an image upload form for your website, allowing your users to upload images to your site.
Popular Tutorial

The Database and You
This tutorial goes over the basics of setting up Apache, PHP, and Mysql on your local machine so that you can develop and test your code on the go or at home.
connect.inc.php
A connect.inc.php is a file that will allow you to store essential functions and database connections at your finger tips.

Setting Up A Database Using phpMyAdmin
phpMyAdmin is a helpful resource that comes pre-packaged with most Apache systems. phpMyAdmin allows you to create database, tables, run bits of sql, much more all through your browser.