Creating dynamic dropdown lists in mySQL description
This tutorial describes how to build a basic admin interface to allow you to add and delete users from the browser instead of having to Telnet into the mySQL monitor and do it manually. Main function dealt here is to create a dynamic drop down list populated with usernames in the MySQL database....[More]
Creating dynamic dropdown lists in mySQL Free Download Copyright

Previous Software in
Unlike PHP 3, PHP 4.0 has built-in capabilities to handle session management. The session management functionality in PHP 4.0 is easy to use, powerful and open for custom modifications. Creating sessi
This tutorial teaches you how to write and use classes, to make your PHP code more flexible and easier to manage. The tutorial guides you through the construction of a simple, security-related class t
A large portion of Web programming requires strings to be handled and generated, so knowing how to use and handle strings properly is extremely important for PHP programmers. This tutorial starts with
Couple Object-Oriented Programming with PHP and youve got features worth inheriting. From foundations to class to inheritance, this article makes understanding objects within PHP easy--and practical.
Need to build an online shopping cart in a hurry? This article takes a look at session management, an important component of transaction-based Web sites, and explains the fundamentals of adding sessio
This article covers several useful topics on PHP programming from basics to working with database. Main topics include: mod_php - Hello World, PHP Programming, Maintaining State on a Single Page, Main
This 4-page tutorial guides you through step-by-step how to pass arrays and using checkboxes/select boxes in PHP.
This article talks about a technique for debugging CGI programs written with the PHP scripting language. Topics include: Creating the Debug Class, Testing the Debug Class, Using the Debug Class, Produ