when i type my php code in a html file, using notepad++ as my text editor,why does it always show some of the code as text on the web page
eg.
<?php echo "hello world"; ?>
would output:
"hello world";?>
as text on the web page
why does it do this and how can I stop it?