<?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>cherryphilip</title>
		<link>http://cherryphilip.365d.info/feed/?</link>
		<description>最新主題</description>
		<lastBuildDate>Fri, 22 May 2009 07:41:57 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>cherryphilip</title>
			<url>http://illiweb.com/fa/prosilver/site_logo.gif</url>
			<link>http://cherryphilip.365d.info/feed/?</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>[Javascript] input控制項的Keydown事件</title>
			<link>http://cherryphilip.365d.info/forum-f3/topic-t35.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>在網頁中通常我們會把程式碼配合javascript來做出更彈性的設計

當我們在某個Inpup控制項按下enter鍵時，讓他去做特定的事時，

我們必需在Input 的 tag中加入

onkeydown=&quot;form_action();&quot;



然後在我們的script 中加入form_action() 這段method的內容就可以了…

例如說…如果按下enter會做出某些事時…

form_action() {

  if(event.keyCode==13) {

  window.document.Frm_index.submit();

  }

}



引用：http://www.wretch.cc/blog/wthomasu/1646783 </description>
			<category>JavaScript</category>
			<pubDate>Sun, 17 May 2009 16:23:51 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f3/topic-t35.htm#35</comments>
			<guid>http://cherryphilip.365d.info/forum-f3/topic-t35.htm</guid>
		</item>
		<item>
			<title>按鈕變成圖片 image</title>
			<link>http://cherryphilip.365d.info/forum-f7/topic-t34.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[送出         &lt;input type=&quot;image&quot; src=&quot;icon_join3.jpg&quot; &gt;  (自動送出)
<br />
回上一頁&lt;input type=&quot;image&quot; src=&quot;icon_join4.jpg&quot; onClick=&quot;<u>history.go(-1);return false</u>;&quot;&gt;
<br />
清除         &lt;input type=&quot;image&quot; src=&quot;icon_join5.jpg&quot; onclick=&quot;<u>this.form.reset();return false</u>;&quot;&gt;]]></description>
			<category>HTML</category>
			<pubDate>Fri, 08 May 2009 01:47:52 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f7/topic-t34.htm#34</comments>
			<guid>http://cherryphilip.365d.info/forum-f7/topic-t34.htm</guid>
		</item>
		<item>
			<title>寫HTML的標準語法!!</title>
			<link>http://cherryphilip.365d.info/forum-f7/topic-t33.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[如果版面跑掉   記得加上這語法:
<br />

<br />
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
<br />
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;]]></description>
			<category>HTML</category>
			<pubDate>Wed, 06 May 2009 06:30:06 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f7/topic-t33.htm#33</comments>
			<guid>http://cherryphilip.365d.info/forum-f7/topic-t33.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>
		<item>
			<title>兩種不同的Calendar</title>
			<link>http://cherryphilip.365d.info/forum-f3/topic-t28.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[<a href="http://itgroup.blueshop.com.tw/inmarkblue/markshu?n=convew&amp;i=1454" target="_blank">http://itgroup.blueshop.com.tw/inmarkblue/markshu?n=convew&amp;i=1454</a>
<br />
<a href="http://itgroup.blueshop.com.tw/inmarkblue/markshu?n=convew&amp;i=1453" target="_blank">http://itgroup.blueshop.com.tw/inmarkblue/markshu?n=convew&amp;i=1453</a>]]></description>
			<category>JavaScript</category>
			<pubDate>Sun, 12 Apr 2009 09:16:08 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f3/topic-t28.htm#28</comments>
			<guid>http://cherryphilip.365d.info/forum-f3/topic-t28.htm</guid>
		</item>
		<item>
			<title>yahoo一篇小文章</title>
			<link>http://cherryphilip.365d.info/forum-f8/topic-t27.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>曾有一項研究指出，成功培養感情凝聚力的關鍵在於：專注對方的優點。當然，說的比做的容易！通常，隨著交往的時間越長，就越來越容易發現對方的缺點，所以重點在於如何不讓這些因子搞破壞，影響妳對他的愛。進行該研究的滑鐵盧大學社會心理學教授──約翰．福爾摩斯（John Holmes）指出：「如果妳能在腦中詳列對方的優點，妳就能將重點放在他個人整體，而非那些不完美的缺憾。」他發現，能做到這點的情侶，感情能維持得較久。我們並不是鼓勵妳去喜歡他那些討人厭的缺點，但妳可以試著改變自己的想法，學習抱持樂觀態度。以下就是女友必備的三個心理學秘密武器。





--------------------------------------------------------------------------------

證明妳是錯的

--------------------------------------------------------------------------------



當妳因為男友做的某件小事感到不爽，也許妳介意的不是表面上的動作而已，而是某種更深層的感覺讓妳無法釋懷。想清楚妳介意的究竟是什麼，然後調整自己的心態，讓自己別那麼光火。首先，問問自己：「我不爽的理由是什麼？」舉例來說，妳因為他幾小時後才回覆妳的簡訊而不高興，認為他一點也不在乎妳。洛杉磯的心理治療師雪穠．福克斯（Shannon  ...</description>
			<category>其他</category>
			<pubDate>Tue, 02 Dec 2008 09:44:19 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f8/topic-t27.htm#27</comments>
			<guid>http://cherryphilip.365d.info/forum-f8/topic-t27.htm</guid>
		</item>
		<item>
			<title>美觀、免費的 CSS 模板</title>
			<link>http://cherryphilip.365d.info/forum-f4/topic-t26.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[<a href="http://www.freecsstemplates.org/css-templates/7" target="_blank">http://www.freecsstemplates.org/css-templates/7</a>]]></description>
			<category>CSS</category>
			<pubDate>Tue, 25 Nov 2008 06:08:44 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f4/topic-t26.htm#26</comments>
			<guid>http://cherryphilip.365d.info/forum-f4/topic-t26.htm</guid>
		</item>
		<item>
			<title>CSS捲軸產生器</title>
			<link>http://cherryphilip.365d.info/forum-f4/topic-t25.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>http://www.moninet.com.tw/easypage/css.php

&lt;STYLE&gt;

&lt;!--

BODY

{

 SCROLLBAR-FACE-COLOR: #fcfcfc;  /*左立體邊顏色*/

 SCROLLBAR-3DLIGHT-COLOR: #d8d8fc; /*箭頭顏色*/

 SCROLLBAR-ARROW-COLOR: #4800b4; /*整體顏色*/

 SCROLLBAR-TRACK-COLOR: #fcfcfc; /*軸面顏色*/

 SCROLLBAR-BASE-COLOR: #b4d8d8 /*軸軌顏色*/

}

--&gt;

&lt;/STYLE&gt; </description>
			<category>CSS</category>
			<pubDate>Sun, 23 Nov 2008 15:32:00 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f4/topic-t25.htm#25</comments>
			<guid>http://cherryphilip.365d.info/forum-f4/topic-t25.htm</guid>
		</item>
		<item>
			<title>2008/11/20</title>
			<link>http://cherryphilip.365d.info/forum-f8/topic-t24.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>今天的眼框紅紅的...腫腫的...水水的...</description>
			<category>其他</category>
			<pubDate>Thu, 20 Nov 2008 05:22:05 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f8/topic-t24.htm#24</comments>
			<guid>http://cherryphilip.365d.info/forum-f8/topic-t24.htm</guid>
		</item>
		<item>
			<title>藍芽下載點</title>
			<link>http://cherryphilip.365d.info/forum-f8/topic-t23.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[<a href="http://www.billionton.com.tw/cwebsite/index.html" target="_blank">http://www.billionton.com.tw/cwebsite/index.html</a>]]></description>
			<category>其他</category>
			<pubDate>Thu, 13 Nov 2008 05:49:54 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f8/topic-t23.htm#23</comments>
			<guid>http://cherryphilip.365d.info/forum-f8/topic-t23.htm</guid>
		</item>
		<item>
			<title>總帳========</title>
			<link>http://cherryphilip.365d.info/forum-f9/topic-t22.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[SELECT m.mbet001, m.mbet005, m.mbet006, sum( d.mbetd015 ) , sum( b.bet003 ) 
<br />
FROM `membet2` AS m, mbetdetial2 AS d
<br />
LEFT JOIN `bettingresult2` AS b ON b.bet001 = m.mbet001
<br />
AND d.mbetd002 = b.bet002
<br />
WHERE m.mbet002 =29
<br />
AND m.mbet004 = '020288'
<br />
AND m.mbet001 = d.mbetd001
<br />
AND d.mbetd006
<br />
IN ( 38, 39, 42, 43 ) 
<br />
GROUP BY m.mbet001
<br />
LIMIT 0 , 30]]></description>
			<category>SQL</category>
			<pubDate>Tue, 11 Nov 2008 09:06:13 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f9/topic-t22.htm#22</comments>
			<guid>http://cherryphilip.365d.info/forum-f9/topic-t22.htm</guid>
		</item>
		<item>
			<title>230個，常用網頁使用的JS技巧收集 220</title>
			<link>http://cherryphilip.365d.info/forum-f3/topic-t21.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>220.彈出新頁面，關閉舊頁面，不彈出提示框

var w=screen.availWidth-10;



   var h=screen.availHeight-10;

   var swin=window.open(&quot;/message_management.jsp&quot;,&quot;BGSMbest&quot;,&quot;scrollbars=yes,status,location=0,menubar=0,toolbar=0,resizable=no,top=0,left=0,height=&quot;+h+&quot;,width=&quot;+w);

   window.opener=null;

   window.close();



221.能輸入的下拉框

&lt;span&gt;

&lt;input name=&quot;Department1&quot; id=&quot;Department1&quot; style=&quot;  ...</description>
			<category>JavaScript</category>
			<pubDate>Sun, 09 Nov 2008 16:16:56 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f3/topic-t21.htm#21</comments>
			<guid>http://cherryphilip.365d.info/forum-f3/topic-t21.htm</guid>
		</item>
		<item>
			<title>230個，常用網頁使用的JS技巧收集 201</title>
			<link>http://cherryphilip.365d.info/forum-f3/topic-t20.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>201.將url轉化為16進制形式

var ret = '';

for(var i=0; i &lt; str.length; i++)

{

  var ch = str.charAt(i);

  var code = str.charCodeAt(i);



  if(code &lt; 128 &amp;&amp; ch != '[' &amp;&amp; ch != '\'' &amp;&amp; ch != '=')

  {

   ret += ch;

  }

  else 

  {

   ret += &quot;[&quot; + code.toString(16) + &quot;]&quot;;

  }

}

return ret;



202.打開新的窗口並將新打開的窗口設置為活動窗口

var newWin=window.open(&quot;xxxx&quot;);

newWin.focus();



203.容錯腳本

JS中遇到腳本錯誤時不做任何操作:window.onerror  ...</description>
			<category>JavaScript</category>
			<pubDate>Sun, 09 Nov 2008 16:16:38 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f3/topic-t20.htm#20</comments>
			<guid>http://cherryphilip.365d.info/forum-f3/topic-t20.htm</guid>
		</item>
		<item>
			<title>230個，常用網頁使用的JS技巧收集 191</title>
			<link>http://cherryphilip.365d.info/forum-f3/topic-t19.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>191.加注音

&lt;RUBY&gt;

基準文本

&lt;RT&gt;注音文本

&lt;/RUBY&gt;//



192.加刪除線

&lt;S&gt;此文本將帶刪除線顯示。&lt;/S&gt;



193.取frame中的event事件

document.frames(&quot;workspace&quot;).event.keyCode



194.是彈出方法的定義

String.prototype.trim=function()

{

return this.replace(/(^\s*)|(\s*&#36;)/g、&quot;&quot;);

}

alert(&quot;  &quot;.trim)



195.防止網頁被包含

if (window != window.top)

top.location.href  ...</description>
			<category>JavaScript</category>
			<pubDate>Sun, 09 Nov 2008 16:16:03 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f3/topic-t19.htm#19</comments>
			<guid>http://cherryphilip.365d.info/forum-f3/topic-t19.htm</guid>
		</item>
		<item>
			<title>230個，常用網頁使用的JS技巧收集 171</title>
			<link>http://cherryphilip.365d.info/forum-f3/topic-t18.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>171.設置和使用cookie

&lt;HTML&gt;

&lt;BODY&gt;

設置與讀取 cookies...&lt;BR&gt;

寫入cookie的值&lt;input type=text name=gg&gt;

&lt;INPUT TYPE = BUTTON Value = &quot;設置cookie&quot; onClick = &quot;Set()&quot;&gt;

&lt;INPUT TYPE = BUTTON Value = &quot;讀取cookie&quot; onClick = &quot;Get()&quot;&gt;&lt;BR&gt;

&lt;INPUT TYPE = TEXT NAME = Textbox&gt;

&lt;/BODY&gt;

&lt;SCRIPT LANGUAGE=&quot;JavaScript&quot;&gt;

function Set()

{

var Then = new Date() 

Then.setTime(Then.getTime()  ...</description>
			<category>JavaScript</category>
			<pubDate>Sun, 09 Nov 2008 16:15:13 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f3/topic-t18.htm#18</comments>
			<guid>http://cherryphilip.365d.info/forum-f3/topic-t18.htm</guid>
		</item>
		<item>
			<title>230個，常用網頁使用的JS技巧收集 101</title>
			<link>http://cherryphilip.365d.info/forum-f3/topic-t17.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>101.餅圖

&lt;style&gt;

v\:*     { behavior: url(#default#VML) }

o\:*     { behavior: url(#default#VML) }

.shape    { behavior: url(#default#VML) }

&lt;/style&gt;

&lt;script language=&quot;javascript&quot;&gt;

function show(pie)

{

pie.strokecolor=pie.fillcolor;

pie.strokeweight=10;

div1.innerHTML=&quot;&lt;font size=2 color=red&gt; &quot; + pie.id +&quot;&lt;/font&gt; &lt;font size=2&gt;&quot; + pie.title + &quot;&lt;/font&gt;&quot;;

}

function hide(pie)

{

pie.strokecolor=&quot;white&quot;;

pie.strokeweight=1;

div1.innerHTML=&quot;&quot;;

}

&lt;/script&gt;

&lt;/head&gt;

&lt;body&gt;

&lt;v:group  ...</description>
			<category>JavaScript</category>
			<pubDate>Sun, 09 Nov 2008 16:14:27 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f3/topic-t17.htm#17</comments>
			<guid>http://cherryphilip.365d.info/forum-f3/topic-t17.htm</guid>
		</item>
		<item>
			<title>230個，常用網頁使用的JS技巧收集 51</title>
			<link>http://cherryphilip.365d.info/forum-f3/topic-t16.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>51.向檔案中寫內容

&lt;%@ page import=&quot;java.io.*&quot; %&gt;

&lt;%

String str = &quot;print me&quot;;

//always give the path from root. This way it almost always works.

String nameOfTextFile = &quot;/usr/anil/imp.txt&quot;;

try

{ 

  PrintWriter pw = new PrintWriter(new FileOutputStream(nameOfTextFile));

  pw.println(str);

  //clean up

  pw.close();

}

catch(IOException e)

{

  out.println(e.getMessage());

}

%&gt;



52.先讀檔案再寫檔案

&lt;%@  ...</description>
			<category>JavaScript</category>
			<pubDate>Sun, 09 Nov 2008 16:12:07 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f3/topic-t16.htm#16</comments>
			<guid>http://cherryphilip.365d.info/forum-f3/topic-t16.htm</guid>
		</item>
		<item>
			<title>230個，常用網頁使用的JS技巧收集</title>
			<link>http://cherryphilip.365d.info/forum-f3/topic-t15.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>東西很多慢慢看！請多善用 GOOGLE 的查詢功能！



1.文本框焦點問題

onBlur:當失去輸入焦點後產生該事件

onFocus:當輸入獲得焦點後，產生該檔案

Onchange:當文字值改變時，產生該事件

Onselect:當文字加亮後，產生該檔案

&lt;input type=&quot;text&quot; value=&quot;可酷啦&quot; onfocus=&quot;if(value=='可酷啦') {value=''}&quot; onblur=&quot;if 

(value=='') {value='可酷啦'}&quot;&gt;點擊時文字消失，失去焦點時文字再出現



2.網頁按鈕的特殊顏色

&lt;input  ...</description>
			<category>JavaScript</category>
			<pubDate>Sun, 09 Nov 2008 16:10:12 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f3/topic-t15.htm#15</comments>
			<guid>http://cherryphilip.365d.info/forum-f3/topic-t15.htm</guid>
		</item>
		<item>
			<title>買房資訊</title>
			<link>http://cherryphilip.365d.info/forum-f8/topic-t14.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[<a href="http://money.msn.com.tw/Services/ArticleViewer.aspx?guid=02edb83c-a67d-44c1-9935-9f822ed807b1" target="_blank">http://money.msn.com.tw/Services/ArticleViewer.aspx?guid=02edb83c-a67d-44c1-9935-9f822ed807b1</a>]]></description>
			<category>其他</category>
			<pubDate>Tue, 04 Nov 2008 13:13:23 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f8/topic-t14.htm#14</comments>
			<guid>http://cherryphilip.365d.info/forum-f8/topic-t14.htm</guid>
		</item>
		<item>
			<title>inner join兩個表格合並</title>
			<link>http://cherryphilip.365d.info/forum-f9/topic-t13.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>大單指向細單-&gt;

SELECT A2.mbetd006,A2.mbetd008

FROM membet2 A1 inner join mbetdetial2 A2 

on A1.mbet001=A2.mbetd001

WHERE A1.mbet002='42' AND A1.mbet004='081104'

細單指向大單-&gt;較好

SELECT A1.mbetd001,A1.mbetd005,A1.mbetd006,A1.mbetd008

FROM mbetdetial2 A2 inner join membet2 A1 

on A1.mbet001=A2.mbetd001

WHERE A1.mbet002='42' AND A1.mbet004='081104'



別人的方法:

SELECT m.mem001, m.mem006, d.med045, d.med050

FROM `member` AS m, `memdetial` AS d

WHERE  ...</description>
			<category>SQL</category>
			<pubDate>Tue, 04 Nov 2008 06:02:09 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f9/topic-t13.htm#13</comments>
			<guid>http://cherryphilip.365d.info/forum-f9/topic-t13.htm</guid>
		</item>
		<item>
			<title>http://tw.youtube.com/watch?v=aFT4UBlmXJA&amp;feature=related很好聽</title>
			<link>http://cherryphilip.365d.info/forum-f8/topic-t11.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[<a href="http://tw.youtube.com/watch?v=aFT4UBlmXJA&amp;feature=related" target="_blank">http://tw.youtube.com/watch?v=aFT4UBlmXJA&amp;feature=related</a>]]></description>
			<category>其他</category>
			<pubDate>Wed, 29 Oct 2008 10:29:44 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f8/topic-t11.htm#11</comments>
			<guid>http://cherryphilip.365d.info/forum-f8/topic-t11.htm</guid>
		</item>
		<item>
			<title>哈尼很想我~我也很想他~2008/10/29</title>
			<link>http://cherryphilip.365d.info/forum-f8/topic-t10.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[NO WAY OUT!!! 說 (下午 03:44):
<br />
寶貝
<br />
我今天趣在你下班吧
<br />
不管幾點
<br />
反正我今天就是要看到妳就對了 
<br />
~CHERRY~ 說 (下午 03:45):
<br />
恩]]></description>
			<category>其他</category>
			<pubDate>Wed, 29 Oct 2008 09:20:01 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f8/topic-t10.htm#10</comments>
			<guid>http://cherryphilip.365d.info/forum-f8/topic-t10.htm</guid>
		</item>
		<item>
			<title>n開頭的檔都要下載</title>
			<link>http://cherryphilip.365d.info/forum-f8/topic-t9.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[<a href="http://cid-fa4bcc78f2091e0d.skydrive.live.com/browse.aspx/LINKIN%20PARK?uc=2" target="_blank">http://cid-fa4bcc78f2091e0d.skydrive.live.com/browse.aspx/LINKIN%20PARK?uc=2</a>]]></description>
			<category>其他</category>
			<pubDate>Mon, 27 Oct 2008 15:18:34 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f8/topic-t9.htm#9</comments>
			<guid>http://cherryphilip.365d.info/forum-f8/topic-t9.htm</guid>
		</item>
		<item>
			<title>哈尼給我的支持~2008/10/27</title>
			<link>http://cherryphilip.365d.info/forum-f8/topic-t8.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>NO WAY OUT!!! 已送出 2008/10/27 上午 12:06:

寶貝

NO WAY OUT!!! 已送出 2008/10/27 上午 12:06:

明天要加油喔

NO WAY OUT!!! 已送出 2008/10/27 上午 12:06:

不管遇到什麼困難,我都會陪妳

NO WAY OUT!!! 已送出 2008/10/27 上午 12:07:

不管你做什麼選擇,我都支持妳

NO WAY OUT!!! 已送出 2008/10/27 上午 12:07:

就像妳是我最大的後盾一樣

NO WAY OUT!!! 已送出 2008/10/27 上午 12:07:

愛妳 </description>
			<category>其他</category>
			<pubDate>Mon, 27 Oct 2008 00:22:30 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f8/topic-t8.htm#8</comments>
			<guid>http://cherryphilip.365d.info/forum-f8/topic-t8.htm</guid>
		</item>
		<item>
			<title>JavaScript語法基礎教學網頁</title>
			<link>http://cherryphilip.365d.info/forum-f3/topic-t7.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[<img src="http://illiweb.com/fa/i/smiles/icon_elephant.png" alt="elephant" longdesc="58" />    <a href="http://irw.ncut.edu.tw/peterju/jscript.html" target="_blank">http://irw.ncut.edu.tw/peterju/jscript.html</a>]]></description>
			<category>JavaScript</category>
			<pubDate>Thu, 23 Oct 2008 07:57:21 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f3/topic-t7.htm#7</comments>
			<guid>http://cherryphilip.365d.info/forum-f3/topic-t7.htm</guid>
		</item>
		<item>
			<title>非常不錯的網站</title>
			<link>http://cherryphilip.365d.info/forum-f8/topic-t6.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[<a href="http://220.135.241.51/blog/article.asp?id=1954" target="_blank">http://220.135.241.51/blog/article.asp?id=1954</a>]]></description>
			<category>其他</category>
			<pubDate>Tue, 21 Oct 2008 07:11:35 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f8/topic-t6.htm#6</comments>
			<guid>http://cherryphilip.365d.info/forum-f8/topic-t6.htm</guid>
		</item>
		<item>
			<title>色系表&amp;精彩的模版</title>
			<link>http://cherryphilip.365d.info/forum-f7/topic-t5.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[<a href="http://www.souzz.net/big5.php?/html/web/web2/650.html" target="_blank">http://www.souzz.net/big5.php?/html/web/web2/650.html</a>]]></description>
			<category>HTML</category>
			<pubDate>Tue, 21 Oct 2008 06:35:49 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f7/topic-t5.htm#5</comments>
			<guid>http://cherryphilip.365d.info/forum-f7/topic-t5.htm</guid>
		</item>
		<item>
			<title>HTML語法大全</title>
			<link>http://cherryphilip.365d.info/forum-f7/topic-t4.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>HTML語法大全 



標籤 , 屬性名稱 , 簡介 



&lt;! - - ... - -&gt; 註解 

&lt;!&gt; 跑馬燈 

&lt;marquee&gt;...&lt;/marquee&gt;普通捲動 

&lt;marquee behavior=slide&gt;...&lt;/marquee&gt;滑動 

&lt;marquee behavior=scroll&gt;...&lt;/marquee&gt;預設捲動 

&lt;marquee behavior=alternate&gt;...&lt;/marquee&gt;來回捲動 

&lt;marquee direction=down&gt;...&lt;/marquee&gt;向下捲動 

&lt;marquee direction=up&gt;...&lt;/marquee&gt;向上捲動 

&lt;marquee  ...</description>
			<category>HTML</category>
			<pubDate>Fri, 17 Oct 2008 07:51:36 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f7/topic-t4.htm#4</comments>
			<guid>http://cherryphilip.365d.info/forum-f7/topic-t4.htm</guid>
		</item>
		<item>
			<title>HTML基本語法</title>
			<link>http://cherryphilip.365d.info/forum-f7/topic-t3.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>1.&lt;form name=&quot;form&quot; method=&quot;POST&quot; action=&quot;xxx.php&quot;&gt;&lt;/form&gt;</description>
			<category>HTML</category>
			<pubDate>Fri, 17 Oct 2008 03:18:11 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f7/topic-t3.htm#3</comments>
			<guid>http://cherryphilip.365d.info/forum-f7/topic-t3.htm</guid>
		</item>
		<item>
			<title>http://csstxt.com/好用的CSS產生器</title>
			<link>http://cherryphilip.365d.info/forum-f4/topic-t2.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[<a href="http://csstxt.com/" target="_blank">http://csstxt.com/</a>]]></description>
			<category>CSS</category>
			<pubDate>Thu, 16 Oct 2008 16:31:01 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f4/topic-t2.htm#2</comments>
			<guid>http://cherryphilip.365d.info/forum-f4/topic-t2.htm</guid>
		</item>
		<item>
			<title>用表單POST傳遞值，再用JAVASCRIPT做確認動作</title>
			<link>http://cherryphilip.365d.info/forum-f3/topic-t1.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>用表單POST傳遞值，再用JAVASCRIPT做確認動作

確認完之後，再傳到PHP做刪除的處理

function delGroup(page)

{

var sure=window.confirm(&quot;確定是否刪除&quot;);

if(!sure) return;

form.action='xxx.php?page='+page;

form.submit();

}



2008/10/17成功的javascript與php的參數傳遞

PHP:

&#36;shwTable.=&quot;&lt;form name='form' method='POST' action='delPage.php'&gt;&quot;;

&#36;shwTable.=&quot;&lt;a href='javascript&#058;delData(&quot;.&#36;getPage[&#36;i][0].&quot;)'&gt;刪除&lt;/a&gt;  ...</description>
			<category>JavaScript</category>
			<pubDate>Thu, 16 Oct 2008 16:28:34 GMT</pubDate>
			<comments>http://cherryphilip.365d.info/forum-f3/topic-t1.htm#1</comments>
			<guid>http://cherryphilip.365d.info/forum-f3/topic-t1.htm</guid>
		</item>
	</channel>
</rss>