script_language.php

来源:互联网 发布:教学视频录制软件 编辑:程序博客网 时间:2024/06/06 00:26

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <title> script_language.php </title>
  <meta charset="UTF-8">
  <meta name="Keywords" content="">
  <meta name="Description" content="">
 </head>

 <body>
<script language="php">
echo "hello,php!" . '<BR>'
</script>
<%
echo "bye,php!" . '<BR>'
%>
 </body>
</html>


hello,php!
<% echo "bye,php!" . '
' %>



0 0
原创粉丝点击