PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
<?php
echo "<h1>Hello World</h1>";
echo "<h1>This is a test...</h1>";
?>
When I go to the page in a web browser I get
Hello World"; echo "
This is a test...
"; ?>
This is in Chrome, in IE the page is simply blank. What's going on? I thought it may have something to do with unix style CF/LR characters versus windows style. I'm using Notepad++ and have tried saving the file with both styles but still the same probelm. Any other suggestions?
<?php
echo "<h1>Hello World</h1>";
echo "<h1>This is a test...</h1>";
?>
When I go to the page in a web browser I get
Hello World"; echo "
This is a test...
"; ?>
This is in Chrome, in IE the page is simply blank. What's going on? I thought it may have something to do with unix style CF/LR characters versus windows style. I'm using Notepad++ and have tried saving the file with both styles but still the same probelm. Any other suggestions?