Strange error "Warning: Unknown: Your script possibly......"
Posted: Sat Apr 04, 2009 1:13 am
Hi all,
i am getting a strange error(strange to me)
Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0
I am Trying to create a small blog type site(using xampp) with login(using a mysql database)
i loggin fine, but when i got to a nother page on the site then click the link to the home page i get the above error and it's like the session that holds the password and user name got unset. i don't know how.
i will up load the file of the php files and see what you php masters think
Thanks in Advance
Oliver
P.s. sorry if my code is messy. I'm still a total newby in php and haven't got everything down yet
i am getting a strange error(strange to me)
Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0
I am Trying to create a small blog type site(using xampp) with login(using a mysql database)
i loggin fine, but when i got to a nother page on the site then click the link to the home page i get the above error and it's like the session that holds the password and user name got unset. i don't know how.
i will up load the file of the php files and see what you php masters think
Thanks in Advance
Oliver
P.s. sorry if my code is messy. I'm still a total newby in php and haven't got everything down yet