[PHP] quoting issues in PHP

2001-02-27 Thread kevin1
Is there a qq operator like Perl's in PHP? -- 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]

Re: [PHP] quoting issues in PHP

2001-02-27 Thread Ron Wills
I don't believe php uses any type of Perl quoting conventions such as qq. If you do need to use quotes within quotes you can use the '\' to remove the quotes value, such as: $text = "The following text is \"quoted\""; Or if that doesn't work (like adding the return value of a function to a