<?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/">
	<channel>
		<title>PHP</title>
		<link>http://cherryphilip.365d.info/forum-f1/topic-t1.htm</link>
		<description></description>
		<lastBuildDate>Fri, 22 May 2009 07:41:57 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>PHP</title>
			<url>http://illiweb.com/fa/prosilver/site_logo.gif</url>
			<link>http://cherryphilip.365d.info/forum-f1/topic-t1.htm</link>
		</image>
		<item>
			<title>解決亂碼問題-PHP mail() 寄出信件後，主旨的中文亂碼解決方法</title>
			<link>http://cherryphilip.365d.info/forum-f1/topic-t37.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>$EmailSubject = &quot;=?UTF-8?B?&quot; . base64_encode($EmailSubject) . &quot;?=&quot;;</description>
			<category>PHP</category>
			<pubDate>Fri, 22 May 2009 07:41:57 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f1/topic-t37.htm#37</comments>
			<guid>http://cherryphilip.365d.info/forum-f1/topic-t37.htm</guid>
		</item>
		<item>
			<title>PHP的新變數取得方式</title>
			<link>http://cherryphilip.365d.info/forum-f1/topic-t36.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>在PHP4.2之前，php以簡單方便的變數處理方式為人喜愛，這是什麼意思呢，也是php能夠自動將表單的欄位名稱轉換成相對應的變數名稱





我們來看一下這個例子



--------------------test.php-----------------------------------



&lt;?php

echo &#36;name;

?&gt;

 





&lt;HTML&gt;

&lt;HEAD&gt;

&lt;META http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=big5&quot;&gt;

&lt;TITLE&gt;無標題文件&lt;/TITLE&gt;

&lt;/HEAD&gt;



&lt;BODY&gt;

&lt;FORM  ...</description>
			<category>PHP</category>
			<pubDate>Tue, 19 May 2009 03:47:02 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f1/topic-t36.htm#36</comments>
			<guid>http://cherryphilip.365d.info/forum-f1/topic-t36.htm</guid>
		</item>
		<item>
			<title>上傳檔案2</title>
			<link>http://cherryphilip.365d.info/forum-f1/topic-t32.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>PHP 檔案上傳運作原理

PHP 上傳檔案時會先將檔案移到暫存目錄，上傳成功後再將檔案送往上傳目錄並自動清除暫存檔



php.ini 檔案上傳相關設定



; Whether to allow HTTP file uploads. 檔案上傳，預設為開啟

file_uploads = On



; Temporary directory for HTTP uploaded files (will use system default if not

; specified). PHP 暫存目錄設定，預設為系統暫存目錄，若需設定請將前置分號移除

;upload_tmp_dir  ...</description>
			<category>PHP</category>
			<pubDate>Wed, 29 Apr 2009 15:46:44 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f1/topic-t32.htm#32</comments>
			<guid>http://cherryphilip.365d.info/forum-f1/topic-t32.htm</guid>
		</item>
		<item>
			<title>上傳檔案</title>
			<link>http://cherryphilip.365d.info/forum-f1/topic-t31.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>http://chensh.loxa.edu.tw/php/D_9.php

基本語法:

　File 不是一個獨立的元件，它是 Input 元件的一種使用型態。其基本語法如下： 

　&lt;input type=&quot;file&quot; name=&quot;名稱&quot;&gt; 



參數說明 

　name 係指該元件的名稱，例如：MyPhoto。在事件處理程序中，您可以用 document.FormName.MyPhoto 來稱呼它。 

　假如您希望限制使用者上傳的檔案大小，請在 form 中加上 &lt;input type=&quot;hidden&quot;  ...</description>
			<category>PHP</category>
			<pubDate>Tue, 28 Apr 2009 15:46:55 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f1/topic-t31.htm#31</comments>
			<guid>http://cherryphilip.365d.info/forum-f1/topic-t31.htm</guid>
		</item>
		<item>
			<title>PHP 100例</title>
			<link>http://cherryphilip.365d.info/forum-f1/topic-t30.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[<a href="http://blog.phptw.idv.tw/category-32.html" target="_blank">http://blog.phptw.idv.tw/category-32.html</a>]]></description>
			<category>PHP</category>
			<pubDate>Sun, 12 Apr 2009 10:21:01 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f1/topic-t30.htm#30</comments>
			<guid>http://cherryphilip.365d.info/forum-f1/topic-t30.htm</guid>
		</item>
		<item>
			<title>PHP 程式設計標準</title>
			<link>http://cherryphilip.365d.info/forum-f1/topic-t29.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[<a href="http://twpug.net/docs/php_coding_standard.html" target="_blank">http://twpug.net/docs/php_coding_standard.html</a>]]></description>
			<category>PHP</category>
			<pubDate>Sun, 12 Apr 2009 10:18:13 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f1/topic-t29.htm#29</comments>
			<guid>http://cherryphilip.365d.info/forum-f1/topic-t29.htm</guid>
		</item>
	</channel>
</rss>