Code: Select all
$cookietype = $_COOKIE['type'];
echo "$cookietype";
When I run it on a live server, even tho the page I am click from displays "administrator" at the top (using the same code), this popup php page will not do it.
It's insane.
Moderator: General Moderators
Code: Select all
$cookietype = $_COOKIE['type'];
echo "$cookietype";
Code: Select all
<a href='http://www.domain.co.uk/admincheck.php?status=closed&web=$web' onclick=\"window.open('http://www.domain.co.uk/admincheck.php?status=closed&web=$web','popup','width=400,height=700,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false\">
$num_fin closed cons</a>