You are here: Re: PHP5 submit value problem « PHP Programming Language « IT news, forums, messages
Re: PHP5 submit value problem

Posted by onedbguru on 11/17/31 11:44

Your previous installation used global_variables (in php.ini), the
default is ON. In Version 4 and later, the default is OFF.

For tightened security purposes use the default and change your code.

if you don't want to change your code you can always add this code
snippet to the begining of your existing scripts:

if (!empty($_GET))
{
extract($_GET);
}
else if (!empty($HTTP_GET_VARS))
{
extract($HTTP_GET_VARS);
}

if (!empty($_POST))
{
extract($_POST);
}
else if (!empty($HTTP_POST_VARS))
{
extract($HTTP_POST_VARS);
}

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация