Add a Row to mySQL
Learn how to add a row to a mySQL database using a PHP form.
(Added: 4-Dec-2002 Hits: 842 Rating: 0 Votes: 0) Rate It | Recommend It
Apache PHP Tutorials - Installing and Running Apache Server and PHP Script Pages for Windows
A collection of 14 tutorials on Apache and PHP installation and configuration covering: How to download and install Apache 2.x and PHP 5; How to start Apache server; How to publish HTML documents; How to set PATH variable for PHP; How to create php.ini; How to configure Apache to use PHP as CGI; etc.
(Added: 15-Aug-2007 Hits: 76 Rating: 0 Votes: 0) Rate It | Recommend It
Basic PHP Includes
Lets say you have a Web site with 10 or so pages, and you want to update the navigation. You don't want the hassle of updating every single page. That's where includes come in handy.
(Added: 27-May-2005 Hits: 454 Rating: 0 Votes: 0) Rate It | Recommend It
Beginner's Guide To PHP
This tutorial is provided for people with no PHP experience. It covers basics, such as variables, forms, sending email and MySQL databases.
(Added: 16-Feb-2003 Hits: 2372 Rating: 5.00 Votes: 1) Rate It | Recommend It
Classes
Learn Advanced Object Oriented Programming for PHP.
(Added: 4-Dec-2002 Hits: 729 Rating: 0 Votes: 0) Rate It | Recommend It
Classes and OOP in PHP
This tutorial discusses Object Oriented Programming (OOP)and Classes in PHP.
(Added: 13-Feb-2005 Hits: 348 Rating: 0 Votes: 0) Rate It | Recommend It
Clicks counter
Very common task is to count outgoing clicks has been described here. The script is very small so you can easily add it to any complicated web application.
(Added: 18-Feb-2004 Hits: 399 Rating: 0 Votes: 0) Rate It | Recommend It