Tag Archives: mamp

PHP File uploading of Large Files in MAMP PRO

If you want to upload large files and your MAMP setup is not working and giving you an error message (in my case, the $_FILES variables were not being even set), check some parameters in your PHP.INI file. In MAMP … Continue reading

Posted in Uncategorized | Tagged , , , | Comments Off on PHP File uploading of Large Files in MAMP PRO

PHP Easy file uploading vs. ASP file uploading

I have to admit, uploading a file in PHP is so much easier than doing the same thing in ASP. With ASP, I used a 3rd-party component (DLL) SA-FileUpload to do my file uploads. With PHP, file upload capability is … Continue reading

Posted in Uncategorized | Tagged , , | Comments Off on PHP Easy file uploading vs. ASP file uploading

Configuring MAMP PRO

The first thing I did after installing MAMP PRO is change the default ports of Apache and mySQL. Apache = Port 80 MySQL = Port 3306 That way, I don’t have to type port numbers during my testing… i.e. localhost:8080 … Continue reading

Posted in mamp | Tagged , , | Comments Off on Configuring MAMP PRO

Apple Macintosh, OSX and MAMP Pro

My journey started after I discovered MAMP. http://www.mamp.info/en/index.html MAMP stands for Mac-Apache-mySQL-PHP. It’s a “packaged program” that has everything you need to develop websites on the Apache platform, in an easy to use package. Upgrades to PHP, Apache, mySQL are … Continue reading

Posted in mamp | Tagged , , | Comments Off on Apple Macintosh, OSX and MAMP Pro