File system Archives

How to change your PHP installation to accept larger than 2MB file transfers

You can check your file upload limit by checking phpinfo() and the variable: upload_max_filesize.. A tutorial via Radlinks walks through the other settings relevant to handling larger than 2MB (default) file size transfers using PHP.

Search and research file extensions with FILExt

We have a Sony VAIO laptop that came preinstalled with Callisto’s Photoparade Slideshow and all my PHP scripts that I downloaded tried to open in that program because it had the .php extension. I changed the association to open in notetab light.
The time will come in your programming and computing travels that you come […]