Objective: Creating a simple PHP Widget, which will allow the user to reach the result page of Google! from your site. Requirement: Adobe Dreamweaver or any Open Source Editor like Aptana Studio, Amaya, etc. Creating the form(index.htm): <form action=“google.php” method=“get” name=“query_form”> <input id=“search” onclick=‘value=”” ‘ name=“search” type=“text” value=“Enter the search term” /> <input id=“submit” name=“submit”…
All posts tagged php
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…
Multiple Web Search
Hi Friends, Today I introduced a Multiple Web Search in my Website. It’s really amazing and very helpful as you enter a single query, you get results from three search engines at a time. How to use: Enter a keyword in the text area. And click Submit. You will obtain results from three search engines,…
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…