Admin user interface: creating dynamic dropdown lists in mySQL
26077Admin user interface: creating dynamic dropdown lists in mySQLhttp://www.php-scripts.com/php_diary/071400.php3We're adding a new weekly feature to our weekly tech radio show called the php diary and help forum recap which will review the week of diary lessons here and provide a bit more insight than what was provided as well as the occasional glimpse of what's coming in the future to our sites. Of special notePHP > Tips and Tutorials > DevelopmentOct 15, 2006
mod_gzip is an Apache module which compresses static html pages using Gzip, according to IETF standards for browsers that accept gzip enconding (IE, Netscape, etc). mod_gzip may accelerate the download time for pages 4/5 times and I strongly suggest you use mod_gzip in your webserver. However, due to a lack of a filtering mechanism between modules in Apache 1.x.x, there is no way to compress PHP generated output using mod_gzip. Therefore, we have to build our own compressing engine in PHP. In this article, I will explain how to use PHP output controlling functions to make your pages load FAST!
Sometimes we need to validate if user has entered the correct email id format or not in contact form or signup
form or guest book. In PHP we can use regular expression to validate if the user entered emailid is in correct
format or not. Below code sample of a method just does the same. If you have any queries please post at PHP
category in the forum and I'll try to answer.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.