Quote:
Originally Posted by Pseudomizer
Hi GetGamer,
check if your register_globals = off in your php.ini and this is causing this problem and in addition then check if the receiving php file has not the option
PHP Code:
define('NO_REGISTER_GLOBALS', 1);
|
Yes, in my php.ini register_globals = off. What do you mean by checking "the receiving php file"? Are you referring to profile.php (which the user options form posts to)? If so, it does indeed have a line that reads
PHP Code:
define('NO_REGISTER_GLOBALS', 1);
Anyone have any other suggestions?