I wanna know why im getting this error...
here is my code
here is my code
Code:
<html> <head> <title>PHP Test</title> </head> <body> <p>This is an HTML line <p> <?php echo “This is a PHP line” ; ?> </body> </html>
Comment