On Fri, Jan 9, 2009 at 2:09 AM, Robert Cummings <rob...@interjinn.com> wrote:
> On Fri, 2009-01-09 at 15:17 +1100, Chris 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)
>
> How did you get those braces when you did search and replace?
>
> ;)
>
> Cheers,
> Rob.

Doesn't your search and replace tool support regular expression
matching and replacement?

Andrew

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to