Re: Passing Query String to Internet Explorer
- From: "Michel Angelo" <mbeaussart@xxxxxxxxxxx>
- Date: Sun, 26 Mar 2006 14:09:41 -0800
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@xxxxxxxxxxx> wrote in message
news:6psVf.780$BK5.191@xxxxxxxxxxx
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 !
.
- Follow-Ups:
- Re: Passing Query String to Internet Explorer
- From: fiziwig
- Re: Passing Query String to Internet Explorer
- References:
- Passing Query String to Internet Explorer
- From: Michel Angelo
- Passing Query String to Internet Explorer
- Prev by Date: Re: Converting Image to Text; PHP & OCR, Text Recognition
- Next by Date: Internet Explorer Mystery
- Previous by thread: Re: Passing Query String to Internet Explorer
- Next by thread: Re: Passing Query String to Internet Explorer
- Index(es):
Relevant Pages
|