Hi, I am trying to insert PHP code into my wordpress HTML post. This is the code: <phpcode> <?php if ($_GET['kw']) {echo ucwords($_GET['kw']);} else {echo ucwords(â€Remodeling Projectâ€);} ?> </phpcode> And the error message that is displayed is as follows: Parse error: syntax error, unexpected T_STRING in /home/content/boo/wp-content/plugins/exec-php/includes/runtime.php(42) : eval()’d code on line 10 Any help will be greatly appreciated