Hi again,
I'm having a little quotation problem, i've read a nice tutorial about variables and how to use them and now knowing this I thought I could make my (not complex) database a searchable one.
Now i've made a <form> wich put the search text in a $sid variable and gets it.. (buttonname search value search)
then i've used "
if ($search == search) { $cruel=SELECT naam, links, rechts, date FROM appel . WHERE naam LIKE $sid;
$db2 = mysql_query($cruel); }
This isn't gonna work, since a mysql_query should be(" enter a mysql console command here ")
Is there something i'm missing?





Bookmarks