|
Posted by Michel Angelo on 09/28/81 11:43
Warning: Cannot modify header information - headers already sent by (output
started at ...
was the reason I am using the "<meta http-equiv="refresh"
I am still looking why Internet Explorer will not take it ?
"Michel Angelo" <mbeaussart@charter.net> wrote in message
news:6psVf.780$BK5.191@fe07.lga...
> Hi All!
>
> While the following works just fine with Firefox, it doesn't with Internet
> Explorer:
> if ($action == "view") {
> $pass_id = $row[$this->IDfield];
> if (isset($_GET["id"])){
> $passw= $_GET["id"];
> $this->passw = $passw;
> }
> $url = "appdetail.php?id=".$passw;
> $delay = "0";
> echo '<meta http-equiv="refresh"
> content="'.$delay.';url='.$url.'">';
> }
>
> Why?
> And more importantly, how to fix it ?
>
> Thank you !
>
Navigation:
[Reply to this message]
|