Michael Virnstein wrote:
Hi there,
what really would be nice, if PHP would have a more advanced way of
quoting strings similar to Perl. E.g. the q{} and qq{} function are
really helpful there or that i can use e.g. $var = !my string 'hallo'!;
$var = "my string 'hallo'"
If you want to have longer
Hi there,
what really would be nice, if PHP would have a more advanced way of
quoting strings similar to Perl. E.g. the q{} and qq{} function are
really helpful there or that i can use e.g. $var = !my string 'hallo'!;
and i don't have to backslash ' and " inside the string.
another thing that i