Re: search through entries

2002-12-03 Thread Roger Baklund
* 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

search through entries

2002-12-03 Thread Petre Agenbag
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 '%$