Extra characters after echo in php

asdone

New Member
Getting started in PHP, but even with a "Hello world" I'm running into problems ...Here's my page:\[code\]<html> <body> <?php echo "<p>Hello world.<br /> </p>" ; ?> </body></html>\[/code\]But instead of just 'Hello world.' I get\[code\]Hello world." ; ?> \[/code\]What gives? FWIW, I'm using XAMPPlite (which is an Apache 2.5.8 with a PHP 5.3.1 on Win XP).
 
Back
Top