Jump to content

Beginner's Question - Searching Multiple Fields In A Table


lazypeterson

Recommended Posts

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

What I'm trying to do is also search for $trimmed in the name field of my table in the database... I feel bad making a new topic for such a simple question, but I'm having trouble finding a solution. Thanks!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...