is $user_info the variable that describes the content of my textfield?
e.g:
<input type="text" name="user_info" value="<?php echo($user_info);?>">
In my site the user can search for the name of a mobile-phone and in my MYSQL-Database there is a field called NAME. If the user-input contains the same as the field in the database, i want to put out this data in another site. I have the problem that i can't get only one data.I'm always getting all the data from my MYSQL-Database...
thank u very much