Jump to content

php grabbing from database this or that


Collegeboox

Recommended Posts

I am trying to have a search bar and this is the search results page. However when they search they have the option to type in anything and it will search the entire directory for what ever they type in so if they type in "Dog" I want dog to be searched for in the database under title and author this is the code I have now...can anyone help me??

 


	// Build SQL Query  
	$query = "select * from videos where title like \"%$trimmed%\"  
		 order by id DESC"; // EDIT HERE and specify your table and field names for the SQL query

Link to comment
https://forums.phpfreaks.com/topic/249538-php-grabbing-from-database-this-or-that/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.