How To Display PHP Code Directly in WordPress Posts
If you put php code into a WordPress post the WordPress engine will take that code and parse it. This will remove it from the post and leave you without your code!
Escaping PHP Tags
- To Escape PHP Replace the question mark in the PHP Tag with
<?php - and the end tag with
?> - This means that WordPress doesn’t see the PHP tag and the html code is outputted to the browser. The Browser then converts the the HTML ASCII code (In this case 63 is a question mark)
- On another note to display HTML character code without the browser changing it into the correct character. Just enclose it in the following tag <pre></pre>


Sample Config for WordPress Running on Varnish 2.1
Are you using 32 bit or 64 bit Office 2010?
Have Outlook 2010 Automatically Close a Message After Replying or Forwarding
How to Start Outlook 2010 in a Different Folder
Do you get Error Code 80071392 Using Windows Live Messenger?
How To Image, Sysprep and Deploy Windows 7 a Complete Guide – Using sysprep and Imagex
How to Disable Auto Renewal for Xbox Live
Installing Windows 7 From a USB Stick From Windows XP (Bootable USB) 