PHP [PHP] isset 與 empty的差別可以先參考 PHP官方isset的文件 isset就是拿來確定變數是否有被設置,簡單講就是判斷是不是 Read more… By johnson, 13 年30 8 月, 2011 ago
PHP [PHP]過濾特殊字元(預防SQL injection)Mysql function 如果是是用mysql function(ex:mysql_connec Read more… By johnson, 14 年24 11 月, 2010 ago
PHP [PHP]CKEditor & CKFinder很多專案在開發時,都會遇到公告、最新消息等等需要編輯器的問題, CKEditor就是一個很強大的所見 Read more… By johnson, 14 年19 11 月, 2010 ago
Hadoop [Hadoop]PHP access HBase請先參考HBase + Thrift + PHP 首先要先引用Thrift <? //incl Read more… By johnson, 14 年9 11 月, 2010 ago
PHP [PHP]PDO基本用法使用PDO讀取資料庫的好處,在於如果更換資料庫時,不需要更改到程式碼! 例如MySQL轉移到其他資料 Read more… By johnson, 14 年3 11 月, 2010 ago
Linux [Ubuntu]install PDO driver因為隨著版本的不同,PDO driver都會一起被包在其他套件中一同安裝, 可以從phpinfo() Read more… By johnson, 14 年3 11 月, 2010 ago
PHP [PHP]解析XMLPHP解析XML可以利用simplexml_load_string()或simplexml_load Read more… By johnson, 14 年15 7 月, 2010 ago
PHP [PHP]Heredoc string quotingnote一下,不需要使用跳脫字元的字串 class foo { var $foo; var $bar Read more… By johnson, 14 年15 7 月, 2010 ago