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
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