<?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>GoodUse &#187; sql</title>
	<atom:link href="http://g.azucar.jp/category/sql/feed" rel="self" type="application/rss+xml" />
	<link>http://g.azucar.jp</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 09 Sep 2010 00:50:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>%</title>
		<link>http://g.azucar.jp/15</link>
		<comments>http://g.azucar.jp/15#comments</comments>
		<pubDate>Tue, 06 Feb 2007 01:19:00 +0000</pubDate>
		<dc:creator>focajun</dc:creator>
				<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://it81.wordpress.com/2007/02/06/15/</guid>
		<description><![CDATA[% is special charactor to express &#8220;SOMETHING&#8221;.
1)&#8217;%a&#8217; =&#62; any records that ended &#8216;a&#8217; . 2)&#8217;a%&#8217; -&#62; any records that started &#8216;a&#8217;.3)&#8217;%a%&#8217; -&#62; any records that included &#8216;a&#8217;.
]]></description>
			<content:encoded><![CDATA[<p>% is special charactor to express &#8220;SOMETHING&#8221;.</p>
<p>1)&#8217;%a&#8217; =&gt; any records that ended &#8216;a&#8217; . <br />2)&#8217;a%&#8217; -&gt; any records that started &#8216;a&#8217;.<br />3)&#8217;%a%&#8217; -&gt; any records that included &#8216;a&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://g.azucar.jp/15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>connect to sql by php</title>
		<link>http://g.azucar.jp/connect-to-sql-by-php</link>
		<comments>http://g.azucar.jp/connect-to-sql-by-php#comments</comments>
		<pubDate>Mon, 05 Feb 2007 03:26:00 +0000</pubDate>
		<dc:creator>focajun</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://it81.wordpress.com/2007/02/05/connect-to-sql-by-php/</guid>
		<description><![CDATA[$con=mysql_connect (&#8220;localhost&#8221;, &#8220;your id&#8221;, &#8220;your ps&#8221;) or die (&#8216;I cannot connect to the database because: &#8216; . mysql_error());print (&#8220;connection is seccuess&#8221;);mysql_close($con);?&#62;
]]></description>
			<content:encoded><![CDATA[<p>$con=mysql_connect (&#8220;localhost&#8221;, &#8220;your id&#8221;, &#8220;your ps&#8221;) or die (&#8216;I cannot connect to the database because: &#8216; . mysql_error());<br />print (&#8220;connection is seccuess&#8221;);<br />mysql_close($con);<br />?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://g.azucar.jp/connect-to-sql-by-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
