/* PHP & MySQL Journal */
Removing blank lines from html and other source files
some essential php command-line options for your use
how to simulate java like import packages in php
In: tip
27 Jul 2009quick htaccess file creation on windows
A couple of days back I created a Firefox toolbar for my blog as an experiment in learning XUL. Once installed on my blog I wanted Firefox to recognize it as an addon and install it rather than displaying a ’save/open’ dialog. For that I needed to add the following directive to the servers .htaccess [...]
Validating POST data from a form is a common requirement for a developer. If the number of form fields are few than the validation is a small matter. But the case is different when the form contains more than 15 or 20 fields and some of the fields are mandatory. The following code will give you an idea [...]