This is a discussion on "[SOLVED] Search Script" within the PHP Forum section. This forum, and the thread "[SOLVED] Search Script are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Search Script
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
[SOLVED] Search Script
Does anyone have any good Php search Engine script??? I have some script and it does not seem to display any search results from my database..
Here is the script:
CREATE DATABASE IF NOT EXISTS dblearn; USE dblearn; CREATE TABLE users (fname VARCHAR(30), lname VARCHAR(30), info BLOB); INSERT INTO users VALUES ( "Jim", "Jones", "In his spare time Jim enjoys biking, eating pizza, and classical music" ), ( "Peggy", "Smith", "Peggy is a water sports enthusiast who also enjoys making soap and selling cheese" ),( "Maggie", "Martin", "Maggie loves to cook itallian food including spagetti and pizza" ),( "Tex", "Moncom", "Tex is the owner and operator of The Pizza Palace, a local hang out joint" ) |
|
|
|
#2
|
||||
|
||||
|
Re: Search Script
Here's a good one:
http://www.roscripts.com/PHP_search_engine-119.html If you get stuck I can show you my source code.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#3
|
|||
|
|||
|
Re: Search Script
Hello Alex!
Yes please, i would love to see your search source code! Cheers, |
|
#4
|
||||
|
||||
|
Re: Search Script
You will have to adapt from this!
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#5
|
|||
|
|||
|
Re: Search Script
Thanks Alex,
Goodnight 2 You, Some Rep added 4 u. |
|
#6
|
||||
|
||||
|
Re: [SOLVED] Search Script
You're welcome
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Anyone have a working search form script? | daveg33 | PHP Forum | 12 | Sep 28th, 2007 23:54 |
| Search script help | Blake121 | PHP Forum | 5 | May 7th, 2007 22:38 |
| search box script | geyids | JavaScript Forum | 7 | Apr 9th, 2007 07:26 |
| Search Engine Script | dommox | PHP Forum | 4 | Dec 29th, 2005 04:31 |
| Looking for Search Script for CSS | csa | Web Page Design | 5 | Nov 23rd, 2005 22:34 |