Skip to content

Tag: php

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 activate it. How is it done when using MAMP? I know that I can do it using MacPorts but I’d p…

php Zend / MVC without mod_rewrite

I’ve seen it mentioned in many blogs around the net, but I believe it shoud be discussed here. What can we do when we have an MVC framework (I am interested in ZEND) in PHP but our host does not provide mod_rewrite? Are there any “short-cuts”? Can we transfer control in any way (so that a ma…

PDF Editing in PHP? [closed]

Does anyone know of a good method for editing PDFs in PHP? Preferably open-source/zero-license cost methods. 🙂 I am thinking along the lines of opening a PDF file, replacing text in the PDF and then …