Dec 04, 2008 Author: christina
Send mass mail without slowing down your server. This easy to use program takes email addresses from your existing database and allows you to send full HTML emails to everyone. The script is designed…
Dec 04, 2008 Author: Jenna
It is often necessary to arrange the elements in an array in numerical order from highest to lowest values (descending order) or vice versa (ascending order). If the array contains string values, alphabetical… How to Encrypt Passwords in the Database
Dec 04, 2008 Author: britney
If you are developing a password-protected web site, you have to make a decision about how to store user password information securely. What is "secure," anyway? Realize that the data in your database… PHP Reporting and handling errors
Dec 03, 2008 Author: City Hall
When developing a PHP project, whether it's a simple website or a much larger web application, it's always a good idea to take into account the potential appearance of errors in your PHP code. An error…
Dec 03, 2008 Author: City Hall
A PHP file is basically a text file containing all the required PHP code to run a specific program. PHP code can be written with the use of a simple text editor, like Windows Notepad, or the more useful…

