Filters ~ A digital Air filter!
Filtering External Data Will make your Web based application more robust and secure and it is a very easy thing to do using PHP. Inside you will find the basic Filtering of External Data using PHP.
Read MoreJun 30, 2011 | PHP Tutorial
Filtering External Data Will make your Web based application more robust and secure and it is a very easy thing to do using PHP. Inside you will find the basic Filtering of External Data using PHP.
Read MoreJun 30, 2011 | PHP Tutorial
Error handling is the way to manages errors that will occur during running of your script. You can let the default PHP error handling take over or you can do it yourself using custom functions here you can see how…
Read MoreJun 27, 2011 | Snipets of Code
This Script will go into each folder and just delete the files and folders all it needs from you is the name of the folder you like to delete the code is inside.
Read MoreJun 26, 2011 | PHP Tutorial
Handling files in PHP is a very easy but very important thing that any developer will eventually have to do here you will find a crash course on how to do everything(OK everything important anyways) with files using PHP.
Read MoreJun 25, 2011 | PHP Tutorial
In PHP you can find out the Date and the Time using date() function, Also you can change the format which the Date and Time is shown in. Inside find the Syntax of the statements and a some examples.
Read More