I have just started using PHP and am very happy, so far. Now I have hit a wall.
I use the folloowing code:
<?php
$url="http://www.vvww.net?url=cottages";
header("Location:$url");
?>
It works great in Netscape 6 and Internet Explorer. However in Netscape 4.7 the variable gets ignored/translated.
Can any one suggest a workaround to be able to redirect to a new page passing a variable with Netscape 4.7.
Thanks
Barry