I think its the syntax i'm not getting here using the post variable in the query something like this:
$name = $_POST['name'];
$get_name = mysql_query("SELECT * FROM name WHERE whatever LIKE '%$name%' LIMIT $from, $max_results");
this doesnt work and other methods ive tried dont work either ie'$name' $name '{$_POST['name']}' etc....
i think im just not getting the text value assigned properly in the query but hey i dont really know
any help appreciated
sean