Archive for the 'PHP' Category

十月 30 2011

PHP 5.2.X 升級 PHP 5.3.X 後不宜使用的function

by 分類: PHP

分享到Facebook

分享到Facebook Deprecated features in PHP 5.3.x PHP 5.3.0 introduces two new error levels: E_DEPRECATED and E_USER_DEPRECATED. The E_DEPRECATED error level is used to indicate that a function or feature has been deprecated. The E_USER_DEPRECATED level is intended for indicating deprecated features in user code, similarly to the E_USER_ERROR and E_USER_WARNING levels. The following is a [...]

目前沒有回應

八月 06 2010

在Linux安裝 php + mcrypt

by 分類: Linux,PHP

分享到Facebook

分享到Facebook 首先先到mcrypt網站下載為新版本 http://sourceforge.net/projects/mcrypt/files/Libmcrypt/ 下載完解壓縮 tar zxvf libmcrypt-2.5.8.tar.gz cd libmcrypt-2.5.8 先安裝 ltdl cd libltdl ./configure –enable-ltdl-install make;make install 再安裝libmcrypt套件 cd .. ./configure –disable-posix-threads make;make install 然後再去編譯php ./configure –with-mcrypt=/usr/local

目前沒有回應

五月 03 2010

PHP Easter Egg

by 分類: PHP

分享到Facebook

分享到Facebook 如何關閉 PHP 彩蛋 在安裝php時預設只要在php檔案後面加上 ?=PHPE9568F36-D428-11d2-A769-00AA001ACF42(圖片) ?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000(說明) 修改php.ini 將下述 expose_php 由 On 改成 Off 即可

目前沒有回應

十二月 13 2009

mysqli函式

by 分類: PHP

分享到Facebook

分享到Facebook mysqli 分為以下三個類別 mysqli:負責控制與mysql的連線,執行SQL查詢,執行select後會得到查詢結果 之mysql_result物件 mysqli_result:內含select的查詢結果 mysqli_stmt:用來定義執行參數化的SQL指令,需透過$mysqli->perpare建立mysql_stmt

目前沒有回應

八月 01 2009

Send MSN or Yahoo message from PHP

by 分類: PHP

分享到Facebook

分享到Facebook http://code.google.com/p/phpmsnclass/ 說明 MSN class for php, support MSNP9 (MSN 6.2) and MSNP15 (WLM 8.1), use asa bot or just send message to MSN or Yahoo (via MSN, you need Yahoo 8.1to communicate with MSN). Support OIM (offline message) if usingMSNP15.

目前沒有回應