Hi,
I am trying to do the following:
$search_query = "SELECT spec, title, quantity, location_to, location_from
FROM sm12761.assignments WHERE title = ? LIMIT 0,1 ";
But change it to WHERE title LIKE '&something%'
How would I do this ?
If some one could show me a refactored version of the query that would be great.