tag
hab da n formular, dass zu post.php hinpostet
post.php:
[php:1:a6e52877cc]<?php
ob_start();
if(!$_POST['username'] $_POST['username'] == "") {
header("location: index.php");
}
?>[/php:1:a6e52877cc]
aber es kommt ein error dass der header schon bei linie 1 gesendet wurde, aber wiso.
was muss ich am code ändern????
danke schonmal