Posted by Rauch Christian on 10/10/05 19:29
Zoe Brown schrieb:
> argh !! I dont get it this is my entire script - what is wrong with it ?
> <?php
>
> $username="sggdfgfg";
>
> $password="xgsdfgyz";
>
> if (($_POST['username']==$username) && ($_POST['password']==$password)){
>
> header("Location: main.html");
>
> }
>
> ?>
do you have any whitespaces before '<?php' ? If so, delete them.
-rauch
[Back to original message]
|