I looked through the records of the forum and didn't find anything to help me. I mainly program in Perl but I am looking for a simple PHP script that will search a mysql table....are there any?
Search a MySQL table for what? =)
the mysql query would be like:
"SELECT * FROM $tablename WHERE $field LIKE '%texttofind%'"
Oops! Sorry, I mean search from a field, so a user could search the table. I am looking for the entire source, but something simple I can learn from (if that makes sense)
Thanks!