Parse error while executing php code..Parse error: syntax error, unexpected T_STRING,...

Vishal Kashyap

New member
...expecting ',' or ';' in? Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in C:\XAMPP\xampp\htdocs\test.php on line 9

this is the error when i'm running the code
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<p>This is an HTML line
<p>
<?php
echo “This is a PHP line”;
phpinfo();
?>
</body></html>


I instaled XAMPP 1.7.3
PHP, MYSQL and all the services are active
then also i'm getting the error
 
Back
Top