Buy me a coffee
Spammers!
If you are going to put nonsense comments on my articles at least have the decency to click one of these adverts while you are here.
Even if you are a regular visitor you click a couple of ads while you are here - you might find something you want.
You May Also Like…
Cloud
accessibility block browser cache chrome chunk cms concrete5 CSS curl database date error file firefox form get href ie image input iphone javascript JQuery link magento MODx myqsl MySQL php post profile Revolution select Server session snippet spellcheck spelling table textarea tinymce w3c wordpress xmlInfo
Yes, the images are ambiguous;
Yes, they came from Google images;
No, I didn't get permission to use them*;
I know Magento called isn't Magneto;
And...
Why do spammers who hit this site do it with such a bizarre use of the English language?;
file Archive
-
Format the Byte Size of a File Using PHP
Posted on 20/12/2011 | No CommentsWhen using filesize() wrap it in the function to display the size in a nice format: function format_bytes($size) { $units... -
Change the time on a file using php touch()
Posted on 20/12/2011 | No CommentsUsing touch() it is possible to alter the time stamp on a file by doing the following: $time = time()... -
Using php to use ftp to retrieve a file
Posted on 29/04/2010 | No CommentsTo download a file from a remote server using ftp use the following: $local_file = '/path/to/save/file.xml'; $server_file = 'remote_file_name.xml'; $ftp_server...


