Re: Re: redoing website after 7 years

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Yeah right. Don't use this solution no matter what if you have database
connections , sessions or anything !!!

Anyways I meant intelligent replace. :)

Thanks,
V

On Thu, Jan 8, 2009 at 8:17 PM, Chris <dmagick@xxxxxxxxx> wrote:

>
>  I know many people will grin at me for this solution but may be faster way
>> to overcome this problem to do a find for $ and replace with $_REQUEST.
>> even
>> this will help you if you dealt with $_POST, $_GET, $_COOKIE.
>>
>
> Please don't.
>
> $connection = mysql_connect(...)
>
> becomes
>
> $_REQUEST[$connection] (or something)
>
>
>  Anyways avoid this solution if you can completely. Its mandatory to script
>> your code with reg globals off.
>>
>
> It is now, 7 yrs ago was php4.2 (or so) when it was only just changed to
> being off by default.
>
> --
> Postgresql & php tutorials
> http://www.designmagick.com/
>
>

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux