An introduction to using MySQL, from creating databases to modifying tables to creating and deleting rows.
A quick tutorial explaining how to alternate table row colors using PHP and MySQL.
Get introduced to more advanced and design-oriented PHP V5 features, including object types, which allow for the decoupling of system componets, and the creation of reusable, extensible, and scalable code.
This short piece explains how to insert a date and the time the page was last modified into your web page.
Tutorial which shows you how to retrieve content from a database and display it on your homepage. Example code and tips/tricks provided.
This article explains how to connect to a Microsoft SQL server that is running on a Windows machine from a PHP program running on a Unix machine. It explains two possible paths, TDS and ODBC.
This PHP Builder column by Tim Perdue explains the user login system and relation functions, alongside the code, that they use at PHP Builder.
Create a simple HTML order form and process the information with PHP to learn the basics of HTML form processing. |