Today I am going tell you some methods which will help those learning PHP & also those who are planning to start learning PHP. For those who are planning to learn PHP, I just want to say that every programming language has the same logic only the grammar (coding style or structure) changes. 1. Always…
All posts in WAMPServer
How To Create A Random Message Generator Using PHP
Objective: User gets a new message every time; he refreshes the page. Requirements: Adobe Dreamweaver or any Open Source Editor like Amaya, Aptana Studio etc. Code: <?php $thoughts = “WORK IS WORSHIP AS YOU SOW, SO YOU REAP BARKING DOG SELDOM BITE KNOWLEDGE IS POWER SHOOT FOR THE MOON, YOU WILL REACH THE STARS AN…
Fix PEAR Installation on WAMP Server
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…
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…