fork download
  1. <!doctype html>
  2. <html xmlns="http:www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. <title>ทดสอบการเขียน PHP </title>
  6. </head>
  7. <body bgcolor="#7FFF00">
  8. <h1>
  9. <?php echo "Hello !! This is PHP"; ?> </h1>
  10. </body>
  11. </html>
Success #stdin #stdout 0.04s 25240KB
stdin
Standard input is empty
stdout
<!doctype html>
<html xmlns="http:www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>ทดสอบการเขียน PHP </title>
</head>
<body bgcolor="#7FFF00">
<h1> 
Hello !! This is PHP </h1>
</body>
</html>