has anyone else noticed how messed up php has become since yesterday? I didn't change anything in my code, and it was working properly, but for some reason now, include() functions aren't working like before. They now do not inherit the charecteristics of the main page. For example:
index.php includes the file (/pages/admin/adminpage.php)
the address written in is (index.php?user=blah)
writing $_GET['user'] in the index.php file WILL return "blah" but writin it in adminpage.php wont.
Has anyone noticed this, or is just happening with me?
index.php includes the file (/pages/admin/adminpage.php)
the address written in is (index.php?user=blah)
writing $_GET['user'] in the index.php file WILL return "blah" but writin it in adminpage.php wont.
Has anyone noticed this, or is just happening with me?