2008年5月13日 星期二

PHP常用語法

顯示所以錯誤訊息
error_reporting(E_ALL);

error_reporting(E_ALL);
ini_set("display_errors", 1);

取消時間限制
set_time_limit (0);

沒有留言: