Hi,
I've set up a simple script to redirect to a page depending on what the &url= parameter is...
the problem being, if the URL i am redirecting to, has a " & " in it, it doesnt work... (i'm using affiliate links, so sum URL could have more than one " & " in the URL...PHP Code:<?php
$goto = $_GET['goto'];
?>
<html>
<head>
<title>Mobile Phone Deals</title>
<meta http-equiv="Content-Language" content="en-gb">
<meta http-equiv="refresh" content="40;url=<?php echo ("$goto")?>">
</head>
<body>
</body>
<html>



Reply With Quote

Bookmarks