I am a newbie, a real newbie when it's up to php...
I am building a form which gets information from the database and outputs the information for that specific selection, i have this code here:
$SQL ="SELECT hostess_id FROM hostess WHERE first_name_en="'.addslashes($_GET["titles"]).'"";
?>
But it gives me an error, i mean it's not correct. How am i supposed to echo the results of this query?
Thanks