Jump to content

opeboyal

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

opeboyal's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I am reading php5 for dummies and I just installed Wamp because i don't have a dedicated machine and I don't want to pay... whatever.. anyways heres my questions. Here is my code. <html> <head> <title>PHP Test</title> </head> <body> <p>This is an HTML line <?php echo “This is a PHP line”; phpinfo(); ?> </body> </html> This is saved as index.php and when i goto localhost it displays Parse error: parse error, expecting `','' or `';'' in C:\wamp\www\index.php on line 8 Is this a php error or server side? This is the very first example in the book. WTF! Thank you for all your help
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.