Re: wildcard in tablesearch

2001-04-23 Thread Robert Vetter
Sven Heising wrote: > > Hi list, > > I'am new in this php and mysql-stuff so i need al lil bit support... > > this is my problem: > $result = mysql_query("select * from $dbtable where $wonach like > '%$first_name%' "); > > $wonach is a var which is set in a html form if i want to search

wildcard in tablesearch

2001-04-23 Thread Sven Heising
Hi list, I'am new in this php and mysql-stuff so i need al lil bit support... this is my problem: $result = mysql_query("select * from $dbtable where $wonach like '%$first_name%' "); $wonach is a var which is set in a html form if i want to search one row it is no problemselecting works