Tag Archive | "ini"

How To Install IonCube Loader On MAMP On Your Mac

Wednesday, September 1, 2010

View Comments

MAMP (Mac, Apache, MySQL, PHP) is a package that allows you to run your own PHP-enabled web server with MySQL easily on your Mac. However, if you’re looking for additional libraries like the ionCube libraries, you’ll need to download and install them yourself. That’s not bad because it’s not hard at all. What you need is [...]

Continue reading...

How To Activate/Install GD Library In WAMP Under Windows

Tuesday, February 16, 2010

View Comments

Some projects require activation of the GD library, and this is especially true when you have to do image manipulation with your PHP script. If you’re using WAMP (Windows Apache MySQL PHP) in Windows, then good news: WAMP comes with GD library, just that it’s not activated by default. To activate the GD library, go to [...]

Continue reading...

Edit .htaccess to increase PHP’s max file upload

Tuesday, April 8, 2008

View Comments

To increase the upload file size limit on your website, you need to edit PHP’s configuration settings. Unfortunately, not everyone has their own web server, so most of the time people are constrained by the limits of shared hosting. But you can still modify your base php.ini file by creating your own php.ini with the [...]

Continue reading...