Posts: 235
Name: Vicky
Location: Brit in Bulgaria
|
I am using the "PHP & MYSQL for Dummies" book to learn PHP. Just starting out and I have come unstuck already.
I have copied/pasted the following code from the book
<html>
<head><title>Hello World Program</title></head>
<body>
<?php
echo “<p>Hello World!”
?>
</body>
</html>
as the book says, but when I view the page I get
Parse error: syntax error, unexpected '>' in /home/mymusic/public_html/php-practice/helloworld.php on line 5
Am I missing something really obvious here? I am really fed up as I can't even do the 1st, simplest step in this language!! 
|