i hav a problem on login while not existing user entered

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shanly
Forum Newbie
Posts: 1
Joined: Fri May 25, 2007 3:54 am

i hav a problem on login while not existing user entered

Post by shanly »

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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Re: i hav a problem on login while not existing user entered

Post by volka »

Interesting.
Do you have a question?


hi btw ;)
Post Reply