$variable = <<<BLAH
""''""''""''""''""''""
BLAH;

On Wed, 18 Jul 2001, Hamed wrote:

> Hi,
>
> Can anyone tell me please what is the equivelant of this statement from
> perl, in PHP?
>
> $variable = qq~a value with any "quotes" which doesnt need \'\'s~;
>
> i use it to get away with all the s\lashes behind quotes. can anyone tell me
> how to do that in php?
>
> Regards
> Hamed
>
>
>
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to