下一篇 » « 上一篇

Figure 7-6: Including a File

作者:semirock    时间:2008-03-06    来源:http://444p.com    点击:823    本文共1篇文章 字体:[ ]

Figure 7-6: Including a File

<HTML>
<HEAD>
<TITLE>Figure 7-6</TITLE>
</HEAD>
<BODY>
<?
/*
** Get monthName array
*/
include("7-5.php3");

print("Month 5 is " . $monthName[5] . "<BR>\n");
print("Month Aug is " . $monthName["Aug"] . "<BR>\n");
print("Month June is " . $monthName["June"] . "<BR>\n");
?>
</BODY>
</HTML>
责任编辑:semirock
发表评论
密码: (游客不需要密码)
记住我【Alt+S 或 Ctrl+Enter 快速提交】

搜索工具


《PHP函数》点击排行