tqla Posted October 18, 2008 Share Posted October 18, 2008 I have a website with some static pages and some that pull from a database. Can someone point me to a search script or lesson. I am looking for something is not branded. Thanks. Link to comment https://forums.phpfreaks.com/topic/128985-search-engine-script/ Share on other sites More sharing options...
waynew Posted October 18, 2008 Share Posted October 18, 2008 Poor mans search engine: $string = "pron"; //what you're searching for. $found = mysql_query("SELECT colname FROM tablename WHERE colname LIKE '%$string%'") or die(mysql_error()); Link to comment https://forums.phpfreaks.com/topic/128985-search-engine-script/#findComment-668729 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.