Because your web server is spitting it out! :bemused: There's no other way (that I know of). The emulator is just displaying what it's been served.
try changing "<?php" into simply "<?"
AHHHH! Wait! I just got it. Your web server isn't using php to parse the wml file. You need to add .wml parsed by php to the apache types.
Or if you don't want EVERY wml file parsed by php, then just change the name of the current file from index.wml to index.php
By the way, line 25 is missing an end quotation mark.
After all this is done, we can help you on your db query! 😃