|
Posted by walterbyrd on 12/12/11 11:53
walterbyrd wrote:
Sorry to keep posting like this. It was the echo statements. This does
not really make sense to me. The echo are legal, and are placed between
the <?php . . ?>. Anyway, this works:
>
> {
> #echo("1" . "\n\n");
> setcookie("admin", $username, time()+18000);
> # echo("2" . "\n\n");
> header("Location: table_list1.php");
> # echo("3" . "\n\n");
> exit;
>
> }
Navigation:
[Reply to this message]
|