Posts by Vitor • 21 points
1 post
-
1
votes3
answers253
viewsQ: Is it possible to modify a field before performing a search? (PHP MYSQL)
"SELECT * FROM table WHERE content LIKE '%$search%'" It is possible to modify the values of the 'content' column before the search is performed? Example: "SELECT * FROM table WHERE…