-
7. MySQL and the Datamanager Class
Posted: March 21, 2012
Create a data management class that will allow you to handle table data efficiently across all your php scripts. This is a very common and powerful technique.
-
6. Secure Web Forms Using Tokens
Posted: Jan 28, 2010
Secure your website forms using tokens. Its a common php technique used instead of captchas. Tokens are fast,secure, and very easy.
-
5. Auto Prepend File Tutorial
Posted: Feb 10, 2012
Understand and learn the concept of prepending a php file. This is a technique used by many advanced programmers but not often discussed in textbooks.
-
4. Datamanager Class
Posted: Jan 29, 2012 | Downloads: 1,346,276
This is a barebone data manager class used to access data from your database. Easy, simple, and powerful!
-
3. Login System
Posted: Jan 29, 2012 | Downloads: 2,413,364
A simple, secure, and powerful login system for your website. Give your website the capability of a Members Area with this system.