Archive for April, 2009


PHP Upload Links


Since I’m learning PHP, I’m posting some links to PHP sites that should help my learning curve from ASP.
If you need to upload a file to your website:
http://php.about.com/od/advancedphp/ss/php_file_upload.htm
I kept getting this error “Sorry, there was a problem uploading your file.” when uploading big files (around 17MB).
File uploads are limited to 2MB, so I had to [...]

Read More...