Search Results

0
votes
3answers
365 views

How do I install the php_gd2 extension in MAMP on a Mac?

I'm running MAMP 1.7.2 on a Mac and I'd like to install the extension php_gd2. How do I do this? I know that on Windows using WAMP I'd simply select the php_gd2 entry in the extensions menu to …
0
votes
4answers
93 views

Is it important to explicitly declare properties in PHP?

I have followed a tutorial to create a simple blog writing application in PHP and have modified the classes in this tutorial so that they have additional capabilities. Modifying this very bare bon …