Javascript that alert users when clicking on sensitive links (like delete or update links). You can customize the message with option to continue or cancel. Works great with PHP, ASP, and Perl administration sites.
Continue reading “Delete Warning”
Month: February 2004
PHP Include and Require Functions
Speed up your developing by using PHP include() and require() functions. Learn how to include multiple files into one PHP file and learn why this is useful in this short lesson.
Continue reading “PHP Include and Require Functions”
Source Include
Learn how to save time and money by using the javascript src() function to including local or remote document like headers, footers, css, images, and flash files.
Continue reading “Source Include”
Telephon Check Box
Javascript code that automatically fills in the telephone number in all places needed after just once entering it and selecting a check box.
Continue reading “Telephon Check Box”
Address Auto-Fill Ckeck Box
Javascript code that automatically fills in the address in all places needed on the page after just once entering it and selecting the check box.
Continue reading “Address Auto-Fill Ckeck Box”
POST/GET Form Variables
Using PHP array functions to view all of your POST/GET Variables make it easy for retrieving data from online forms. It’s also great for debugging your codes.
Continue reading “POST/GET Form Variables”
Array: Lesson Part 1
Learn PHP arrays and how easy it is to store and organize complex data structures.
Continue reading “Array: Lesson Part 1”