Is there any equvailent in PHP like in Perl where you can write for example:

print qq~
<INPUT TYPE="hidden" VALUE="hello">
~;

In this way you can print double quotes (") and any character withing the qq~ area.

thanks

    Write a Reply...