2013年8月2日 星期五

專案進度:修改 hello 程式

為了瞭解打招呼程式 hello.php 是否正常運作, 早上做了一些修改, 紀錄 GAE 最近一次打招呼時間跟遠端拜訪者資訊 :

date_default_timezone_set("Asia/Taipei");
include_once("lib/file.php");
$out="Hello! ".date("Y-m-d H:i:s")." from ".$_SERVER["REMOTE_ADDR"].
         ":".$_SERVER["REMOTE_PORT"]." ".$_SERVER["HTTP_USER_AGENT"];
write_file("./hello.txt",$out."\r\n");
echo $out."<br>";

沒有留言 :