This is a discussion on "[SOLVED] Form Search" within the PHP Forum section. This forum, and the thread "[SOLVED] Form Search are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Form Search
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
[SOLVED] Form Search
Could someone please show me how to attach a Php search engine script onto the form below, i have many search scripts examples, but i keep failing to tweak them onto my own search form.
I have only been using Php for about a month, and really i could do with someone fixing a working example of Php search code to the form below. If anyone here decides to help me out on this, look below to find the database that i have created that the search script will get results from, and also the form that the user will use to enter there search. Cheers, My form:
My sql database: CREATE DATABASE IF NOT EXISTS dbsignup; USE dbsignup; CREATE TABLE `customer` (`customer_id` INT( 3 ) NOT NULL AUTO_INCREMENT, `first_name` VARCHAR(30) NOT NULL , `last_name` VARCHAR(30) NOT NULL , `address` VARCHAR(70) NOT NULL , `city` VARCHAR(40) NOT NULL , `area` VARCHAR(50) NOT NULL , `email` VARCHAR(70) NOT NULL , `phone` VARCHAR(20) NOT NULL , `user_name` VARCHAR(30) NOT NULL , `password` VARCHAR(30) NOT NULL , `work_location` VARCHAR(60) NOT NULL , `agency_name` VARCHAR(70) NOT NULL , `agency_number` VARCHAR(30) NOT NULL , `skills` VARCHAR(500) NOT NULL , `about_me` VARCHAR(500) NOT NULL , `myspace_address` VARCHAR(50) NOT NULL , `hotmail_yahoo_address` VARCHAR(50) NOT NULL , `gender` VARCHAR(10) NOT NULL , `age` VARCHAR(3) NOT NULL , `height_one` VARCHAR(20) NOT NULL , `height_two` VARCHAR(20) NOT NULL , `build` VARCHAR(20) NOT NULL , `eye_colour` VARCHAR(20) NOT NULL , `hair_colour` VARCHAR(30) NOT NULL , `desired_work` VARCHAR(100) NOT NULL , `image_one` VARCHAR(10) NOT NULL , `image_two` VARCHAR(10) NOT NULL , `image_three` VARCHAR(10) NOT NULL , `image_four` VARCHAR(10) NOT NULL , UNIQUE ( `customer_id` ) ); |
|
|
|
|||
|
Re: Form Search
I have a search on my site I can try and adapt. might take a while though.
|
|
|||
|
Re: Form Search
Thanks m8t!
All be looking forward to the result |
|
||||
|
Re: Form Search
Umm didn't I help you with this yesterday?
[SOLVED] Search Script
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|||
|
Re: Form Search
Yer u sent me a script but i had trouble adapting it to me form, just not good enough with Php at the moment.
|
|
||||
|
Re: Form Search
Read through the link I sent you.
Should explain everything. Good luck mate.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: [SOLVED] Form Search
THREAD CLOSED (cleaning up)
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Form output using mysql, search people name in specific category | basketmen | PHP Forum | 1 | Mar 24th, 2008 06:31 |
| [SOLVED] PHP contact form redirect to same form | Posie | PHP Forum | 14 | Jan 29th, 2008 20:28 |
| Help With Search Box/form | William M | Web Page Design | 7 | Oct 4th, 2007 16:02 |
| Anyone have a working search form script? | daveg33 | PHP Forum | 12 | Sep 28th, 2007 23:54 |
| Advanced search form | victory | Classic ASP | 1 | Mar 4th, 2005 20:57 |