Various PHP and MySQL examples showing how to achieve tasks such as sorting alphabetically, random output and listing all entries.
This tutorial will show you how to implement paging into your website. It starts off with a bit of theory, then it introduces a simple class written to simplify the whole process. Includes a real-world example.
This article illustrates how to use PHP's built-in functions to communicate with an Orcale database. Both APIs (ORA and OCI8) for Oracle are shown here with example code.
Teaches the basic structure and syntax for MySQL queries. Learn to create and edit databases and tables.
Learn how to use MySQL and PHP together to deliver dynamic content to your users.
This tutorial will show you how to put your data into multiple columns.
The goal of this article is to help you learn the concepts behind building a basic shopping cart using sessions and keeping the cart displayed to the user throughout their stay at your site.
An example of a simple metatag generator you could put on your site.
This article shows you how to distribute a setup required by your program to run.
This tutorial explains how to include headers and footers, generate them dynamically and separate content from markup. Plenty of sample code provided.
This tutorial, which provides plenty of sample code, instructs you on how you can setup and manage a simple mailing list using PHP on your web site.
HTTP as a protocol is stateless. PHP4 comes with a complete set of sessioning functions. This article explains how to use them.
This shows how to log user stats using PHP and MySQL. See how to create the database, store the stats and display them.
This tutorial teaches you how to create browser-independent session management to track your users with PHP 3.
This tutorial will help you understand the science of a link indexing system. The user will be able to submit and edit links, and it will auto-stop the submission after the maximum number of links. It will include a per-link counter, email...
A short tutorial on what MySQL is and how to begin using it.
This tutorial explains how to use GD and PHP to create interactive image maps. It uses a map example and zooms in on specified locations of the map that a user clicks on.
This column in PHP Builder by Siddharth Venkatesan explains how to create an Access database and the associated ODBC connection and then provides code to interface with that database, allowing you to add, modify and view entries.
Complete source of a form to email script that has additional abilities of validating user input and more. It comes with detailed explanations on the code involved.
How to implement your own template based web site using PHP. |