|
Posted by SharkHunter on 11/18/48 11:44
Hi all,
I am new to PHP programming.
When I started with small examples of PHP, i landed with such errors
which make me feel annoying.
Incase of this snippet
---------
06 <?php
07 echo "Click here to see information about my favorite movie!";
08 echo "</a>";
09 ?>
-----------------------------------
the following error occurs..
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in
C:\Program Files\xampp\htdocs\movie1.php on line 7
But while i replace the double quotes with single; everything works
perfectly..
Please comment on this.
Regards,
madan
[Back to original message]
|