* Petre Agenbag
> can someone help me with general search syntax.
I can try. :)
> I want to search a table with a search string obtained from a form input
> ( PHP/Mysql app)
>
> The problem is:
>
> Lets say there is an entry in the table: "John Doe"
>
> When I search for that, with something like
HI
can someone help me with general search syntax.
I want to search a table with a search string obtained from a form input
( PHP/Mysql app)
The problem is:
Lets say there is an entry in the table: "John Doe"
When I search for that, with something like:
select * from table where name like '%$