Quote:
Originally Posted by mikejkellyuk ive look at the tutorial what i want to be able to do is have a text box and enter a name and then that info is put in to a variable and it search the data base for that name.
thanks
mike |
it's not difficult to do this, you basically
$_POST['name'] or
$_GET['name'] in PHP, then store the name to a variable, then the rest would be an SQL statement that will concatenate
$name