i had originally had isset, but it had the same thing, it loads both the "signin.php" and the "index.php"
I think it is more of an issue with the index page because it is 'including' the auth.php page. If i JUST go to the auth page
PHP Code:
UPDATED CODE BELOW
This script directs me to google.com, which it should if i have the cookie and my username is in the database... But here is the index.php page with the include(), which i think is giving me the errors
PHP Code:
UPDATED CODE BELOW
So why will it ALWAYS load both pages (signin.php and index.php)
btw all the edits have been put in for this thread