Learn How To Create A Site Search Using Php And Dreamweaver. |
|
August 31, 2007 |
| Introduction: In this tutorial I will teach you how using dreamweaver you can create a site search. It is very simple, the main part is creating a database to store the information you will be searching. If you are having problems feel free to e-mail us, or post a message on the forum. If you like this Tutorial please click here to Digg us or add the tutorial to Del.icio.us |
|
Part1: What do I need to get started?
Since I am doing this locally on my machine For this to work you will need to have the software below installed. Also if you want to apply this to your live web site, your hosting company need to run PHP MYSQL
-
WAMP5 : http://www.wampserver.com/en/index.php
-
EMS SQL Manager for MySQL (WAMP5 comes with a sql manager, you can use it, or which ever one you are familiar with.
Download and install both software, if you installed wamp5, by default it would create a folder located in C:\wamp\www\, create two more folders inside the www\ directory called localroot and the other webroot.
Part2: Creating the database and tables.
Start up EMS and click on the create new database icon.
Create a new database with the name, search_db and click next, and you will see the window below.
(more…)
Tutorials PHPTutorials PHP
Tag: php hosting



August 31, 2007
Leave a Reply