Hi Folks, Few weeks later I faced a great trouble while installing PEAR on WAMP Server. The Problem: The PEAR path is wrongly set to C:php5pear automatically than its original path. The Solution: Edit every php.ini file, change INCLUDE_PATH to your path where WAMP Server is installed(e.g. C:WAMPbinphpphp5includes). Now run go-pear.bat, and follow all the…
All posts tagged lamp
Running PHP scripts on PC
Hi Friends, I was searching a way to run PHP scripts on my lappy but was unable. Yesterday I got a method of doing that, here goes my method: First of all you need to install Wamp Server (WAMP= Windows Apache MySQL PHP). Its installation is very easy. After the installation. Run Wamp Server. Open…