"; $errmsg.="$l_callingerror"; $errors=1; } else { $sql="select * from ".$tableprefix."_poster where entrynr='$poster' and pid='$pid'"; if(!$result = mysql_query($sql, $db)) die("Could not connect to the database."); if(!$myrow=mysql_fetch_array($result)) { $errmsg.=""; $errmsg.="$l_nosuchrequest"; $errors=1; } } if($errors==1) { include_once('./includes/head.inc'); ?> "; include_once('./includes/footer.inc'); exit; } $sql="update ".$tableprefix."_poster set pid=0, pwconfirmed=1 where entrynr='$poster'"; if(!$result = mysql_query($sql, $db)) die("Could not connect to the database."); $redirect=0; include_once('./includes/head.inc'); ?> "; echo ""; echo "$l_pwconfirmed"; echo ""; include_once('./includes/footer.inc'); exit; ?>