When I post a PHP code snippet into a wordpress post it will convert
<?PHP into <!--?PHP
To avoid this I must replace <?PHP with <?PHP
I am asking if there is a setting or easy method to avoid this? If not I am thinking of maybe writing a PHP function that will search the content filed and replace <?PHP with <?PHP
Any ideas