PHP [PHP]防止XSS撰寫注意事項在開發網頁時,因為安全性的問題,很多眉眉角角要注意! URL列使用GET的參數傳送 urlencod Read more… By johnson, 13 年11 4 月, 2012 ago
PHP PHP Data FilteringPHP Data Filtering PHP: 7.2 PHP 提供了一系列 Data Filter Read more… By johnson, 13 年5 4 月, 2012 ago
PHP [PHP]parse_ini_file(解析ini設定檔)parse_ini_file這個功能可以將.ini設定檔的一些設定轉換成陣列 test.ini &# Read more… By johnson, 13 年7 3 月, 2012 ago
PHP [ZF]Zend Framework Session應用ZF有提供一個Zend_Session的module來負責處理Session部份,Zend_Sess Read more… By johnson, 13 年1 3 月, 2012 ago
PHP [ZF]Zend Framework Context 輸出在某些時候,需要Action來輸出例如xml等格式 這時候就可以透過contextSwitch()來 Read more… By johnson, 13 年29 2 月, 2012 ago
PHP [PHP]Alternative syntax for control structures常在開發網頁時,不得已會在HTML裡嵌入一些PHP,萬一裡面又有判斷式,整段程式碼看起來都非常亂 所 Read more… By johnson, 13 年27 2 月, 2012 ago
PHP [ZF]Zend Framework GET & POST在ZF中,只能在Controller中取得Post跟Get的值! 取得的方式是用$this->_re Read more… By johnson, 13 年27 2 月, 2012 ago
PHP [ZF]View Helper – BaseUrl在使用ZF時,如果在layout要引入css時,常常會遇到路徑出錯,或者想要用同一個layout但卻 Read more… By johnson, 13 年27 2 月, 2012 ago
PHP [PHP]取得檔案目錄PHP中有一個Magic constants(__FILE__)可以取得檔案目錄及檔名 以/var/ Read more… By johnson, 13 年22 2 月, 2012 ago
PHP [PHP]curlcurl算是寫蜘蛛必備的東西,可以很快速的去取得各項資訊 在php中使用curl並不難, 以GET來 Read more… By johnson, 13 年21 2 月, 2012 ago