<?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>UI 網站 &#187; php</title>
	<atom:link href="http://ui.idv.tw/wordpress/?feed=rss2&#038;tag=php" rel="self" type="application/rss+xml" />
	<link>https://ui.idv.tw/wordpress</link>
	<description>個人雜亂筆記用</description>
	<lastBuildDate>Wed, 15 Oct 2025 10:08:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>php 顏色分隔</title>
		<link>https://ui.idv.tw/wordpress/?p=16</link>
		<comments>https://ui.idv.tw/wordpress/?p=16#comments</comments>
		<pubDate>Tue, 22 Mar 2011 18:37:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://ui.idv.tw/wordpress/?p=16</guid>
		<description><![CDATA[$n=6; echo " " for ($i=1;$i]]></description>
			<content:encoded><![CDATA[<p>$n=6;<br />
echo "<br />
<table border=1>"<br />
for ($i=1;$i<=$n;$i++){<br />
   $color=($%2)?"silver":"white";<br />
echo "<br />
<tr bgcolor='($color)'></tr>
<p>"<br />
echo "</table>
<p>";</p>
]]></content:encoded>
			<wfw:commentRss>https://ui.idv.tw/wordpress/?feed=rss2&#038;p=16</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
