ich habs probiert mit
else
{
$datum = date("d.m.y",time());
$select = $Connection->query("INSERT INTO foto_comment (fotoid,datum,autor,text) VALUES ('". addslashes($picid)."','". addslashes($datum)."','". addslashes($name)."','". addslashes($message)."')");
header('Location: index.php?show=fotodetail&picid=$picid');
}
und das geht nicht... weil er die Variable $picid so nicht übergeben kann (er übergibt wirklich picid also das Wort)
|