0
Hello
I’m getting a parameter via GET which is a phrase ( The Rat Gnawed Upon the Clothes of the King of Rome ) and desire by means of a SELECT using the clause WHERE search this phrase in the database, respecting the spacing between words. How can I do ?
Thank you
It wouldn’t just be
where frase = '$_GET[frase]'
, or similar? Or rather, edit the question and describe the structure of your bank, especially the column where you will perform the search.– Woss
What did you try?
– Francisco