<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>遨遊飛翔 &#187; PHP</title>
	<atom:link href="http://blog.shian.tw/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.shian.tw</link>
	<description>學習筆記 For php、jQuery、MySql、Centos、Suse、Server、CodeIgniter</description>
	<lastBuildDate>Sun, 09 Oct 2011 16:00:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://blog.shian.tw/?pushpress=hub'/>
		<item>
		<title>CodeIgniter Facebook Librarie</title>
		<link>http://blog.shian.tw/codeigniter-facebook-librarie.html</link>
		<comments>http://blog.shian.tw/codeigniter-facebook-librarie.html#comments</comments>
		<pubDate>Sun, 12 Dec 2010 16:00:02 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Facebook-api]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=754</guid>
		<description><![CDATA[Facebook Connect librarie 是將Facebook-api程式與CodeIgniter整合在一起的簡單程式，快速及簡單在CodeIgniter裡面使用Facebook提供api的程式。 準備 1. facebook api 2. fb_connect 建立設定檔 application/config/facebook.php ?View Code PHP1 2 3 &#60;?php $config&#91;'facebook_api_key'&#93; = 'your_facebook_api_key'; $config&#91;'facebook_secret_key'&#93; = 'your_facebook_secret_key'; Facebook API 下載Facebook-API放置下面目錄 application/libraries/facebook/facebook.php fb_connect.php 下載fb_connect.php放置下面目錄 application/libraries/fb_connect.php Demo ?View Code PHP1 2 3 4 5 6 &#8230; <a href="http://blog.shian.tw/codeigniter-facebook-librarie.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/codeigniter-facebook-librarie.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CentOS install nginx and php-fpm</title>
		<link>http://blog.shian.tw/centos-install-nginx-and-php-fpm.html</link>
		<comments>http://blog.shian.tw/centos-install-nginx-and-php-fpm.html#comments</comments>
		<pubDate>Sun, 24 Oct 2010 16:00:10 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=707</guid>
		<description><![CDATA[本篇將實作在CentOS下使用YUM方式安裝nginx和php-fpm 增加 yum 站點 ?View Code BASH1 2 rpm -ihv http://download.fedora.redhat.com/pub/epel/5/$&#40;uname -m&#41;/epel-release-5-4.noarch.rpm rpm -ihv http://centos.alt.ru/repository/centos/5/$&#40;uname -m&#41;/centalt-release-5-3.noarch.rpm 安裝 nginx &#038; php-fpm ?View Code BASH1 yum install nginx php-fpm 設定開機啟動 ?View Code BASH1 2 chkconfig php-fpm on chkconfig nginx on 修改 nginx &#8230; <a href="http://blog.shian.tw/centos-install-nginx-and-php-fpm.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/centos-install-nginx-and-php-fpm.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Guess4a</title>
		<link>http://blog.shian.tw/guess4a.html</link>
		<comments>http://blog.shian.tw/guess4a.html#comments</comments>
		<pubDate>Sun, 26 Sep 2010 16:00:52 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[works]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=696</guid>
		<description><![CDATA[Guess4a是Facebook上的一個簡單的app猜數字小遊戲，它利用php及MongoDB來開發而成。 遊戲：Guess4a猜數字 專頁：Guess4a專頁 "A": 表示數字猜對且位置也對。 "B": 表示數字猜對但位置不對。 必須根據每次所猜的數字會回報線索，再根據上面類似線索猜出正確的4位數字。 相關文章CodeIgniter Facebook Librarie (3)CentOS install nginx and php-fpm (2)MongoDB PHP Page (0)MongoDB PHP group (0)MongoDB PHP update (0)MongoDB PHP find and findOne (2)]]></description>
		<wfw:commentRss>http://blog.shian.tw/guess4a.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Codeigniter captcha</title>
		<link>http://blog.shian.tw/codeigniter-captcha.html</link>
		<comments>http://blog.shian.tw/codeigniter-captcha.html#comments</comments>
		<pubDate>Sun, 29 Aug 2010 16:00:57 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=645</guid>
		<description><![CDATA[captcha 是現在防止機器人最常用的一種防止方式，而且現在很多都有提供class可以使用，本篇將實作cool-php-captcha和Captcha Numbers V2.1這二套captcha，並且使用的是Codeigniter framework。 .htaccess 將_images目錄排除rewrite ?View Code PHP1 2 3 RewriteEngine on RewriteCond $1 !^&#40;index.php&#124;_images&#124;_css&#124;_js&#124;robots.txt&#41; RewriteRule ^&#40;.*&#41;$ /index.php/$1 &#91;L&#93; cool-php-captcha 1. 下載 cool-php-captcha-0.3.zip 2. 解壓縮放置_images目錄下 3. 在view檔案裡面放置captcha images ?View Code PHP1 &#60;img src=&#34;&#60;?=base_url()?&#62;_images/cool-php-captcha-0.3/captcha.php&#34;&#62; Captcha Numbers V2.1 1. 下載 &#8230; <a href="http://blog.shian.tw/codeigniter-captcha.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/codeigniter-captcha.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php-delicious</title>
		<link>http://blog.shian.tw/php-delicious.html</link>
		<comments>http://blog.shian.tw/php-delicious.html#comments</comments>
		<pubDate>Sun, 18 Apr 2010 16:00:36 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[works]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=438</guid>
		<description><![CDATA[php-delicious 根據 delicious api 來撰寫的，因為之前寫過一篇 php delicious api，覺得程式有點複雜到，所以想說乾脆自己寫一個好了，也順便練習練習。 需要 curl、php5、php5-json、php-xml 位置 http://code.google.com/p/php-delicious/ 範例 1. example 2. example_codeigniter 補充 1. 大部份的 function 名稱都是依照 Delicious API 提供的名稱，方便使用者查詢 。 2. 範例也提供 Codeigniter 版本。 參考資料 http://delicious.com/help/api 相關文章CodeIgniter Facebook Librarie (3)CentOS install nginx and php-fpm (2)Guess4a &#8230; <a href="http://blog.shian.tw/php-delicious.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/php-delicious.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php-plurk</title>
		<link>http://blog.shian.tw/php-plurk.html</link>
		<comments>http://blog.shian.tw/php-plurk.html#comments</comments>
		<pubDate>Sun, 21 Mar 2010 16:00:31 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[works]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plurk]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=401</guid>
		<description><![CDATA[最近剛好想練習寫php 的 curl 程式，所以就拿連 Plurk API 的串接來練習。因此就寫出了php-plurk 這library，並根據 Plurk API 提供的名稱來定義function name。歡迎需要的人可以抓下來使用它，如有bug或是哪裡寫的不好也歡迎告知。 需要 curl、php5、php5-json 位置 http://code.google.com/p/php-plurk/ 範例 1. example 2. example_codeigniter 注意 1. php-plurk 會去判斷登入cookie，預設放在/tmp下，避免重覆登入。 2. php-plurk 提供 plurk 的喜歡/不喜歡 function，雖然官方api尚未提供。 補充 1. 大部份的 function 名稱都是依照 Plurk API 提供的名稱，方便使用者查詢 plurk api。 &#8230; <a href="http://blog.shian.tw/php-plurk.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/php-plurk.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter 多個專案目錄配置</title>
		<link>http://blog.shian.tw/codeigniter-project.html</link>
		<comments>http://blog.shian.tw/codeigniter-project.html#comments</comments>
		<pubDate>Sun, 24 May 2009 16:00:36 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=316</guid>
		<description><![CDATA[CodeIgniter 預設可以設定多個專案目錄配置，但是它的配置方式跟我想要的不太一樣，我想配置的結構如下面的 目錄結構，CodeIgniter 核心就一個目錄位置，每個專案都有它自己的目錄、index.php、.htacess、以及自己的application目錄，所以改以下面這方式來重新配置 CodeIgniter 專案。 目錄結構 ?View Code TEXT1 2 3 4 5 6 7 8 9 10 11 [www/] [system/] [CodeIgniter 核心目錄] [project_1/] [CodeIgniter預設的application目錄] .htacess index.php [project_2/] [CodeIgniter預設的application目錄] .htacess index.php 修改 index.php 找到 $system_folder = "system"; 修改 $system_folder &#8230; <a href="http://blog.shian.tw/codeigniter-project.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/codeigniter-project.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql to json</title>
		<link>http://blog.shian.tw/mysql-to-json.html</link>
		<comments>http://blog.shian.tw/mysql-to-json.html#comments</comments>
		<pubDate>Sun, 10 May 2009 16:00:10 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=301</guid>
		<description><![CDATA[最近剛好在 phpclasses 裡看到有人提供 mysql_to_json，這似乎是挺有趣的一個東西，在好奇之下把檔案抓來試用看看，使用相當簡單而且檔案又很小，或許之後會有用到。在php裡直接寫好條件查詢sql後再丟給這隻去回傳資料庫查到的資料，嗯…或許也是一個方式。 檔案 mysql_to_json 使用 載入mysql_to_json class ?View Code PHP1 include&#40;‘mysql_to_json.class.php’&#41;; 方式1 ?View Code PHP1 2 3 4 5 // 建立一個新的mysql_to_json介面 $mtj = new mysql_to_json&#40;$query&#41;; &#160; //輸出 echo $mtj-&#62;get_json&#40;&#41;; 方式2 ?View Code PHP1 2 3 4 5 //建立一個新的空的mysql_to_json &#8230; <a href="http://blog.shian.tw/mysql-to-json.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/mysql-to-json.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php-excel-writer</title>
		<link>http://blog.shian.tw/php-excel-writer.html</link>
		<comments>http://blog.shian.tw/php-excel-writer.html#comments</comments>
		<pubDate>Thu, 26 Mar 2009 06:10:39 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=276</guid>
		<description><![CDATA[Spreadsheet_Excel_Writer 這個PEAR LIB，可以將PHP的資料輸出成Excel檔案。 最近剛好需要將資料庫裡的資料讓使用者下載成excel檔案，剛好這個Spreadsheet_Excel_Writer正好可以使用，網路上已經有很多的相關文章了，這裡就記一下我使用後的筆記。 安裝 PEAR 如果PHP是自己編譯的話在configure加入 &#8211;with-pear 然後重新編譯它 # ./configure &#8211;with-pear # make # make install Package Information: OLE Easy Install：pear install OLE-1.0.0RC1 # /usr/local/php/bin/pear install OLE-1.0.0RC1 Package Information: Spreadsheet_Excel_Writer Easy Install：pear install Spreadsheet_Excel_Writer-0.9.1 # /usr/local/php/bin/pear install Spreadsheet_Excel_Writer-0.9.1 * &#8230; <a href="http://blog.shian.tw/php-excel-writer.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/php-excel-writer.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Function registration failed &#8211; duplicate name</title>
		<link>http://blog.shian.tw/duplicate-name.html</link>
		<comments>http://blog.shian.tw/duplicate-name.html#comments</comments>
		<pubDate>Sun, 21 Dec 2008 22:00:03 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[suse]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=241</guid>
		<description><![CDATA[最近剛好有遇到 Function registration failed &#8211; duplicate name 這個問題，爬了Google很多文章後得知，造成有這Warning訊息的原因似乎是因為重覆裝載了模組的關係。 警告訊息 # /srv/www/cgi-bin/php -v PHP Warning: Function registration failed - duplicate name - session_name in Unknown on line 0 PHP Warning: Function registration failed - duplicate name - session_module_name in Unknown on &#8230; <a href="http://blog.shian.tw/duplicate-name.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/duplicate-name.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>只要MVC不要Framework</title>
		<link>http://blog.shian.tw/mvc.html</link>
		<comments>http://blog.shian.tw/mvc.html#comments</comments>
		<pubDate>Tue, 16 Dec 2008 00:00:12 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Framework]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=226</guid>
		<description><![CDATA[這段時間在學著使用Framework像是Zend Framework和CodeIgniter，至於哪一個好哪一個壞就不在這多說，網路上有太多 Framework 的比較，用了Framework之後我覺得我只要單純的MVC的架構而已，需要用到一個 Framework 來綁住自己嗎？ 雖然用Framework有很多好處像是、快速、簡單、有很多強大的LIB可以用，但是我不想被一個Framework綁住，效能也是一個原因。(其實是受了Rasmus Lerdorf的影響 XD) 所以打算自己做一個控制器的class來用就好，並且可以看Zend Framework和CodeIgniter的code來學習它們是怎麼做的，另外未來如果自己需要什麼功能就看看各Framework的lib有無提供class直接抓來用，或是自己寫一個也是可以。 目錄架構 ?View Code TEXT1 2 3 4 5 6 專案目錄\ libraries\ controllers\ views\ index.php .htaccess CODE .htaccess ?View Code TEXT1 2 3 4 5 6 7 .htaccess RewriteEngine On &#8230; <a href="http://blog.shian.tw/mvc.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/mvc.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend_Controller Quick Start</title>
		<link>http://blog.shian.tw/zend_controller-quick-start.html</link>
		<comments>http://blog.shian.tw/zend_controller-quick-start.html#comments</comments>
		<pubDate>Thu, 27 Nov 2008 16:00:32 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/%e7%ad%86%e8%a8%98zend_controller-quick-start.html</guid>
		<description><![CDATA[剛開始學Zend Framework MVC模式的新手，參考官網的Quick Start以及網路上的相關文章建立MVC模式的架構，為了怕忘記將練習過的寫起來當做筆記。 運作流程   以 http://yourdomain/index/index 為例 ?View Code TEXT1 2 3 4 5 html/index.php (決定哪個控制器)          ↓ application&#60;/code&#62;/IndexController.php (建立控制器並設定動作)          ↓ views/scripts/index/index.phtml (輸出html頁) 準備 Zend Framework 官網下載Zend Framework 建立目錄結構 參考官方提供 目錄 library/Zend 為在官網下載的library，將它解壓縮後放置這裡 ?View Code TEXT1 2 &#8230; <a href="http://blog.shian.tw/zend_controller-quick-start.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/zend_controller-quick-start.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compile PDO &amp; PDO_MYSQL for PHP5.2 Extensions</title>
		<link>http://blog.shian.tw/compile-pdo_pdo_mysql.html</link>
		<comments>http://blog.shian.tw/compile-pdo_pdo_mysql.html#comments</comments>
		<pubDate>Fri, 21 Nov 2008 03:51:28 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/compile-pdo-pdo_mysql-for-php52-extensoins.html</guid>
		<description><![CDATA[最近開始摸 Zend Framework 這個 PHP的Framework，正好摸到 Zend_Db 這個東東，可以使用它來跟資料庫做連接它也包含很多種資料庫，我的資料庫是使用MySql，所以需要用到 pdo_mysql 來做為php跟MySql連接的介面，開始來安裝 pdo 和 pdo_mysql 吧。 準備 pdo 和 pdo_mysql 可以在解開php壓縮檔裡面找到，存放於 path/php/ext/pdo &#38; path/php/ext/pdo_msql 或是可以直接到 http://pecl.php.net/package/pdo 下載 安裝pdo 編譯好後系統會告訴你pdo.so放置在哪裡，只要將它複製到你的extensions的目錄下 ?View Code BASH1 2 3 4 /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config --with-zlib-dir=/usr/ make make install 安裝pdo_mysql &#8230; <a href="http://blog.shian.tw/compile-pdo_pdo_mysql.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/compile-pdo_pdo_mysql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用PHP與SSH端連線</title>
		<link>http://blog.shian.tw/php_ss.html</link>
		<comments>http://blog.shian.tw/php_ss.html#comments</comments>
		<pubDate>Thu, 27 Dec 2007 18:59:38 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=45</guid>
		<description><![CDATA[php有個ssh2的Function可以利用它來跟ssh端作連線,但是必須另外編譯 libssh 和 ssh2 這二個套件 ,本篇介紹安裝以及使用php連接ssh 準備: libssh2 ssh2 libssh2_path 下載所需要的檔案 註: libssh2_path 編議有錯誤時會用到 安裝: # 安裝 libssh2 1. 解壓縮後並進入該目錄 2. ./configure &#8211;prefix=/usr  &#38;&#38; make all install 註: &#8211;prefix=/usr 將libssh2安裝在 /usr下 # 安裝 ssh2 1. 解壓縮後並進入該目錄 2. ./configure &#8211;with-ssh2 &#8211;with-php-config=/usr/local/php/bin/php-config 註: &#8230; <a href="http://blog.shian.tw/php_ss.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/php_ss.html/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>PHP如何手動編譯自己所需的extensions檔案</title>
		<link>http://blog.shian.tw/php_extensions.html</link>
		<comments>http://blog.shian.tw/php_extensions.html#comments</comments>
		<pubDate>Wed, 12 Sep 2007 18:53:14 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=39</guid>
		<description><![CDATA[當PHP是自己編譯php於Linux上後,之後如果我們必須用到某個extensions時,則必須自己手動去編譯它,例如像是 mbstring.so , gd.so 之類的 extensions, 本篇在介紹如何手動編譯自己所需的extensions檔案 準備: 1. 當從官網抓下所需的php壓縮檔後並解開,裡面會有個ext的資料夾,裡面有很多目錄代表不同的extensions 2. 修改 /etc/php.ini , 讓php去載入我需要的extensions # vi /etc/php.ini extension_dir = "/usr/lib/php/extensions" &#60;&#8211;說明我存放的extensions位置 [extension section] extension=mbstring.so &#60;&#8211;我要載入的 extensions 檢查: 可以執行 /srv/www/cgi-bin/php -v 來看看 extensions 載入是否有錯 , 如果有下面這錯誤訊息, 表示/usr/lib/php/extension/ 裡沒有該 mbstring.so 的 &#8230; <a href="http://blog.shian.tw/php_extensions.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/php_extensions.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

