|
|
|
| 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. |
|
|
|
| Hits:
1110 |
|
| Ratings:
2.00 |
|
 |
|
|
|
|
|    Date Added: Jul-30-2005 |
|
|
|
|
|
| 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 sessions allows you to keep track of the actions of a particular user over the period of time she is viewing your web site. To associate session data with a user, you need a session identity number, that is, a key that ties the user to his data. This tutorial discusses how to open sessions, track session data, and clear the data when you no longer need it. |
|
|
|
| Hits:
1026 |
|
| Ratings:
3.33 |
|
 |
|
|
|
|
|    Date Added: Jul-16-2005 |
|
|
|
|
|
| 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 that performs some basic security functions for a web site: checking user logons. The class implements security features that answer some needs for a number of current security models and could be easily implemented at most dynamic Web sites. Note that this class does not provide a full security solution. |
|
|
|
| Hits:
957 |
|
| Ratings:
4.50 |
|
 |
|
|
|
|
|    Date Added: Jun-14-2005 |
|
|
|
|
|
| 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 the simple constructs used to create strings and moves through to more advanced techniques for string handling. |
|
|
|
| Hits:
796 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Jul-01-2005 |
|
|
|
|
|
| Couple Object-Oriented Programming with PHP and you've got features worth inheriting. From foundations to class to inheritance, this article makes understanding objects within PHP easy--and practical. |
|
|
|
| Hits:
701 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: May-27-2005 |
|
|
|
|
|
| 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, Maintaining State Between Multiple Pages, PHP Data Enabled App Using PostgreSQL, and Installing phplib in a Postgres Environment. |
|
|
|
| Hits:
856 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Aug-03-2005 |
|
|
|
|
|
| This 4-page tutorial guides you through step-by-step how to pass arrays and using checkboxes/select boxes in PHP. |
|
|
|
| Hits:
783 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Jul-11-2005 |
|
|
|
|
|
| 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, Production Debugging, and more. |
|
|
|
| Hits:
993 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Aug-05-2005 |
|
|
|
|
|