“Mediawiki”的版本间差异

来自Shiyin's note
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第7行: 第7行:
phpinfo();
phpinfo();
?>
?>
</body>
</body>
</html>
</html>

2013年12月18日 (三) 09:21的版本

php

  • 简单的php
<htm>
 <body>
   It works!
 <?php
  phpinfo();
 ?>
</body>
</html>