I’m finding the code tags a little problematic. I’ve recently just attempted to reply to a thread and needed to highlight the following (purposely not in code tags):
echo ‘<pre>’, print_r($polls) ,‘</pre>’;
The above won’t work in code tags, and when trying to encode a less than (<) sign into its entity equivalent (<), I can put it into the code tags but it obviously shows the encoding and not the actual character:
echo '<pre>', print_r($polls) ,'</pre>';
Any suggestions on how to get round this? My solution was to put in a space (post here)