第一个PHP程序

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<link href="css.css" rel="stylesheet" type="text/css" />
</head>

<body>
<?php
  echo "hello, world\n";
?>
<table width="876" height="53" border="0" align="center">
  <tr>
    <td width="169" class="logo">LOGO</td>
    <td width="697" class="banner">欢迎进入浙江师范大学教育技术学堂</td>
  </tr>
</table>
<table width="876" height="53" border="0" align="center">
  <tr>
    <td><br />
<?php
 for($a=1;$a<=10;$a++)
    echo $a;
?>


</td>
  </tr>
</table>
</body>
</html>

posted on 2009-03-18 13:34  阿良  阅读(246)  评论(0编辑  收藏  举报