fork download
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title> PHP BASIC</title>
  5. </head>
  6. <body>
  7. <h2>HELLO/h2>
  8. <?php
  9. echo “hello”;
  10. ?>
  11. </body>
  12. </html>
  13.  
Success #stdin #stdout #stderr 0.03s 25944KB
stdin
Standard input is empty
stdout
	<!DOCTYPE html>
	<html>
	<head>
		<title> PHP BASIC</title>
	</head>
	<body>	
		<h2>HELLO/h2>
		“hello”	</body>
	</html>
stderr
PHP Warning:  Use of undefined constant “hello” - assumed '“hello”' (this will throw an Error in a future version of PHP) in /home/VZKSdY/prog.php on line 9