How can i make something like a search field on my site.. so the user can put a string in the form and the user input appears in some php code that get's the desired data from my mysql database.? if anyone could help me with this i would really appreciate it.
Kthnx
DeFi
"SELECT * FROM tablename WHERE fieldname like '%$form_variable%' "
This is pretty basic, but should get the job done if it just a keyword search.