Chapter 10. ÊÃØ»¤ÓÊÑè§áÅÐà§×è͹ä¢

¤ÓÊÑè§ Print

µÑÇÍÂèÒ§¤ÓÊÑè§

<html>
<body>
<?

$name = "Passkorn";

print  "<h1>This is PHP</h1>";

print  "My name is $name";

?>
</body>
</html>

¼ÅÅѾ¸ì·Õèä´é

This is PHP

My name is Passkorn


Copy right Passkorn Roungrong   2000