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.
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.
Tutorial which shows you how to retrieve content from a database and display it on your homepage. Example code and tips/tricks provided.
Create a simple HTML order form and process the information with PHP to learn the basics of HTML form processing.
This article introduces MySQL and explains how to use it in conjunction with PHP to create a web-based interface to a contact database.
This PHP Builder column by Tim Perdue explains the user login system and relation functions, alongside the code, that they use at PHP Builder. |