Hi, I was wondering if someone could help me on this, I wanna put <?php
chdir("/home/virtual/site32/fst/var/www/html/");
require('http://blahsomethingblahblah.com/global.php');
if ($bbuserinfo['userid']==0) {
header("Location: http://blahsomethingblahblah.com/register.php");
}
?> into an iframe, what happens is if there a guest it will redirect them to http://blahsomethingblahblah.com/register.php but i need it to open in the current windown and not the iframe i need it to be _top. So my question is how would i put _top into that code for it to work properly?
Thanks, 
|