Jump to content
Larry Ullman's Book Forums

Installing Pear And Quickforms2 On Wamp Server


Recommended Posts

For Chapter 9, After lots of searching I found a great tutorial on how to install Pear on WAMP Server, the prerequisite to QuickForms2.   It's detailed and step by step with screenshots. 

http://www.steptoinstall.com/install-pear-wamp-server-windows-7-8.html

 

Once pear is installed with success it was just a matter of using using the cmd line and typing pear install HTML_Quickform2.

I changed the set_include_path in login.php to:

set_include_path(get_include_path() . PATH_SEPARATOR . '/wamp/bin/php/php5.5.12/pear/');
require('HTML/QuickForm2.php');

Works perfectly.

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...