Hi Anthony
Absolutely no issue with the code below.
I just pasted the code in my page.tpl file and I get proper output (do not get " ; ?> ).
 
 
Probably you need to look
1. either any special characters are there , may be you can delete that block of code and type fresh
2. if any previous code "" are not completed properly
 
Thanks
Kamal


 
On Fri, Sep 14, 2012 at 9:32 AM, Anthony <tony@tony-mac.com> wrote:

Why am I getting this output

Bob's Auto Parts

Order Results

Order processed DW " ; ?>

from this code
<html>
<head>
    <title>Bob's Auto Parts - Order Results</title>
</head>
<body>
<h1>Bob's Auto Parts</h1>
<h2>Order Results</h2>
<?php  echo "<p>Order processed DW </p>"  ;
 ?>
</body>
</html>


Tearing my hair out.
--

Anthony Stefan Maciejowski






--

Anthony Stefan Maciejowski




--
[ Drupal support list | http://lists.drupal.org/ ]