:O) $foresp = mysql_query("SELECT `id`, `img`, `name`, `description`, `adresse`, `email` FROM `personer` WHERE id='$_GET[who]'") or die (mysql_error());
$foresp = mysql_query("SELECT `id`, `img`, `name`, `description`, `adresse`, `email` FROM `personer` WHERE id=$_GET[who]") or die ("Could execute because ".mysql_error());
$foresp = mysql_query("SELECT `id`, `img`, `name`, `description`, `adresse`, `email` FROM `personer` WHERE `id`='". $_GET["who"] ."'") or die (mysql_error());
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.