謝晒的PHP網頁設計
聯絡E-mail:
sean0704@gmail.com
Monday, September 14, 2009
[PHP] 讓PHP檔的原始碼呈現在網頁上
如果要讓一支PHP的程式碼顯示在一般網頁上,可以用下列語法實現:
<?
//使用show_source()的語法 讓PHP原始碼呈現在網頁上
$file = "XXX.php"; //要呈現原始碼的PHP檔
$code = show_source($file); //使用show_source抽出原始碼放到$code變數中
echo $code;
?>
No comments:
Post a Comment
‹
Home
View web version
No comments:
Post a Comment