Hello Jamie,
Thanks for your reply.
I changed the code as you suggested but the output was the same. I then removed all my other code to see what would happen.
Code:
[php debug=1]
$name = "test";
echo '[p]'.$name.'[/p]';
[/php]
Output:
[p]test
Allow PHP Debug
$name = "test";
echo '[p]'.$name.'</p>';
End Allow PHP Debug
I have wordpress version 3.5 installed.
I have Allow PHP in Posts and Pages version 3.0.3 installed
Thanks,
D