hi ... I want to force the browser to display the query string that a
header points it to.
at the moment
where the php document is located at http://www.mysite.com/redirect.php
and it reads
header("locatio n:http://www.mysite.com/subfolder/newpage.php?get var1=1&getvar2= 2");
the location in the browser shows
'http://www.mysite.com/redirect.php'
even though the actual page is
problem is that a couple of scripts within that page call a javascript
refresh ... which because its clientside reload redirect.php and NOT
newpage.php
anyone know how to do this?
cheers
brendan.
header points it to.
at the moment
where the php document is located at http://www.mysite.com/redirect.php
and it reads
header("locatio n:http://www.mysite.com/subfolder/newpage.php?get var1=1&getvar2= 2");
the location in the browser shows
'http://www.mysite.com/redirect.php'
even though the actual page is
problem is that a couple of scripts within that page call a javascript
refresh ... which because its clientside reload redirect.php and NOT
newpage.php
anyone know how to do this?
cheers
brendan.
Comment