 1 Week Ago
|
Member
|
|
Join Date: Jul 2006
Posts: 50
|
|
php help
with this script:
Code:
"; print " "; include "left.php"; print " | "; print ""; //main table print " Main screen | "; print ""; print "This is your main user control panel, from here you change your password and change your avatar. To own people, point them to this URL: $path/own.php?ID=$getuser3[eatid]
"; print "You have ownd $getuser3[score] people so far.
"; print "Top 100 owners"; print " | | "; print " |
"; } else { print "
"; print ""; print "You are not logged in."; print " |
"; } ?>
,
if a user is not logged in, how do i get a redirect using php to login.php?