This is way too simple, but maybe you didn't think of it:
echo("Location: http://"; . $HTTP_SERVER_VARS['HTTP_HOST']
.dirname($HTTP_SERVER_VARS['PHP_SELF']) . "/webmgr_prop.php?action=1");
Tom Beidler wrote:
> Any ideas?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mai
I pulled some code off of the PHP site to use relative header info. I made
the correction and removed the additional "/" and I've got in running fine
on my development OSX machine but I've had problems on two different ISPs.
Here's the code I've used;
header("Location: http://"; . $HTTP_SERVER_VA
2 matches
Mail list logo