News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - esh_corp

#1
Support Requests / PHP Messed up
January 28, 2006, 11:22:10 AM
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?