Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS HELP: PHP redirct within a certain div rather than an entire site page Re: HELP: PHP redirct within a certain div rather than an entire site page

#114735
Paulie_D
Member

My guess is that you haven’t closed a tag or something.

FIRST Videos

$userIP = $_SERVER;
$badIP = ‘000.000.000.000’;
if( $userIP == $badIP ){
print ‘‘;
}
else{
print ‘‘;
}
?>