I have the following code:
[php]
print “
[’’]”.’[""]
’;print ‘\n”;
[/php]
The first line prints the single and double quote characters as expected, however, the other lines print what I assume to be utf translation of the double quote characters.
Can someone please explain what is going on?
Thanks,
Steve