Hello im trying to make a redirect page but its not working very well… and i need some help…
http://www.tibiamaps.org/redirect.php?url=http://www.tibia.com/news/?subtopic=newsarchive&id=2097
that is the one and as you can see…
Your heading to: http://www.tibia.com/news/?subtopic=newsarchive
it dosnt grab the full url it skips the &id=2097 but i dont want it to do that
this is the code i’m using
btw im terrible at php
[php]<?php
header(‘Content-Type:text/html; charset=UTF-8’);
$url = $_GET[‘url’];
?>[/php]
i need help to fix this.
thanks in advance