Search results

  1. V

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

    ...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...
Back
Top