Hi Guys ..
There is NO SOLUTIONS for this !!!
🙂
Jerome wrote:
I am also not sure what you mean, but could
<?php
$search_keyword = addslashes($search_keyword);
$stmt="Select names from table where search_keyword=$search_keyword";
bla bla....
mysql_query($stmt,$link);
bla bla...
?>
be the solution?