I just started with PHP and I found this code on a tutorial.
<?php print "PHP is Fun!
"; print "Hello world!"; print "I'm about to learn PHP!"; ?> <?php print "
PHP is Fun!
"; print "Hello world!"; print "I'm about to learn PHP!"; ?>
But I get this when I open the file in firefox:
PHP is Fun!"; print "Hello world!
"; print “I’m about to learn PHP!”; ?>
How can I remove the questionmark and the semicolon?