October PHP-Scripts Blog Archives

Trying out Websnapr [blog news]

Blog news that is unrelated to PHP:
When you hover over some of the third party links starting with the last couple posts, I’m trying out Websnapr to deliver thumbnail previews. You can also hover over Websnapr link. I’m noticing several “thumbnail in queue” messages at the moment and remain curious how long this will take […]

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.