Posted January 29th, 2011 by tinwakr
I am using the trial version of VSPHP for VS 2010. I am having trouble when I debug the code.
<?php
echo "<h1>Hello World!</h1>";
?>Output:
Hello World!"; ?>
Why is the quotes, semicolon and closing php tag being displayed? Also, when I type <?php I get _ini_loaded_file when I hit the spacebar.
Thanks in advance for any and all replies.
Chuck
scidoner says:
The first case is interesting...
The second... I think this may be a bug, press escape instead of the spacebar.