I thought it would be good to have a post for current Cut/paste of code issues.
There are issues with both the < pre > tags and the < code > tags.
Please post your problems with examples like this
Problem: Can not use Array Element Specifier like [ 0 ]
Using Pre:
$myarray[0]
$myarray[1]
Using Code: