2009-12-13から1日間の記事一覧

mktime関数によるエラー

mktime(): It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still gett…

入力フォームの作成/チェック用pear『HTML_QuickForm 』

PHPでHTMLフォームの作成/入力チェックをしたい場合、pearの、『HTML_QuickForm』がいいらしい。インストールしてみたところ、HTML_QuickForm2もあるらしい。HTML_QuickFormのリファレンス(日本語版)はここ。確かに結構便利そうだ。入力チェックはセキュ…