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
That's the entire message I receive when running the script now just by reading it I am apparently using functions that are out dated. Could you please tell me which functions are out dated.
Also does it even matter by this I mean the script I have created works 100% with only this warning.
When I go into my php.ini file and turn on register globals my code no longer works and the php.ini file itself says when globals is on it could turn out to be a security risk.
Does this error appear to users with it only being a warning?
Thanks for any help.
That's the entire message I receive when running the script now just by reading it I am apparently using functions that are out dated. Could you please tell me which functions are out dated.
Also does it even matter by this I mean the script I have created works 100% with only this warning.
When I go into my php.ini file and turn on register globals my code no longer works and the php.ini file itself says when globals is on it could turn out to be a security risk.
Does this error appear to users with it only being a warning?
Thanks for any help.