I cannot access my usage of $PHP_SELF. I have made extension use of this variable and do not want to change all the locations now.
I attempted to fix the problem by tuning the cofiguration files as follows:
php.ini:
register_globals On
httpd.conf:
AllowOveride All
BUT I STILL CANNOT ACCESS PHP_SELF!
How else can I solve this problem? I noticed that my new distribution of PHP is putting php.ini in /etc instead of /usr/local/lib. Do I need to tell Apache about this change of location?
Thanks for any help,
Jeff