Chaned the server of a site and now i can't see different pages anymore, links are constructed as following
PHP Code:
echo "<a href=?".result['id'].">name</a>";
it used to work on the old server but, now it doesn't anymore
it all work inside an iframe, so i think the iframe gives some problems or so