<?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>PHPやわらか入門++（仮称） &#187; 未分類</title>
	<atom:link href="http://php.wpwpwpwp.com/cat/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://php.wpwpwpwp.com</link>
	<description>わかりやすすぎるPHP入門サイト</description>
	<lastBuildDate>Fri, 13 May 2011 20:00:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>フォーム(データ受け取り)</title>
		<link>http://php.wpwpwpwp.com/php12.html</link>
		<comments>http://php.wpwpwpwp.com/php12.html#comments</comments>
		<pubDate>Thu, 22 Jan 2009 03:10:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://php.wpwpwpwp.com/?p=12</guid>
		<description><![CDATA[







&#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD HTML 4.01 Transitional//EN&#34; &#34;http://www.w3.org/TR/html4/loose.dtd&#34;&#62;
&#60;html lang=&#34;ja&#34;&#62;
&#60;head&#62;
&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=utf-8&#34;&#62;
&#60;title&#62;ブラウザーのフォームからデータ取得&#60;/title&#62;
&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;http://phpphp.wpwpwpwp.com/style.css&#34;&#62;
&#60;/head&#62;
&#60;body&#62;
test
&#60;?php 
 $lastname=$_POST[&#34;lastname&#34;];
 $firstname=$_POST[&#34;firstname&#34;];
 $sex=$_POST[&#34;sex&#34;];
 echo &#34;$lastname $firstname さんは、$sex です。&#34;;
 echo'&#60;br&#62;';
 ?&#62;

&#60;/body&#62;
&#60;/html&#62;






]]></description>
			<content:encoded><![CDATA[<p>
<hr /><br />
<br />
<br />
<br />
<br />
<br />
<pre class="brush: xml;">
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;<br />
&lt;html lang=&quot;ja&quot;&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;<br />
&lt;title&gt;ブラウザーのフォームからデータ取得&lt;/title&gt;<br />
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://phpphp.wpwpwpwp.com/style.css&quot;&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
test<br />
&lt;?php <br />
 $lastname=$_POST[&quot;lastname&quot;];<br />
 $firstname=$_POST[&quot;firstname&quot;];<br />
 $sex=$_POST[&quot;sex&quot;];<br />
 echo &quot;$lastname $firstname さんは、$sex です。&quot;;<br />
 echo'&lt;br&gt;';<br />
 ?&gt;<br />
<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
<br />
</pre>
<br />
<br />
<br />
<hr /></p>
]]></content:encoded>
			<wfw:commentRss>http://php.wpwpwpwp.com/php12.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ようこそ！</title>
		<link>http://php.wpwpwpwp.com/php10.html</link>
		<comments>http://php.wpwpwpwp.com/php10.html#comments</comments>
		<pubDate>Mon, 19 Jan 2009 15:00:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://php.wpwpwpwp.com/?p=10</guid>
		<description><![CDATA[
いらっしゃいませ！
ようこそこのブログに迷い込んでくれました（笑）

このブログは、自分のPHP勉強のための覚え書きです。
だから、ノンサポートでよろしくお願いいたします。

けど、コメントは大歓迎ですよ♪


Roa [...]]]></description>
			<content:encoded><![CDATA[<p>
いらっしゃいませ！<br />
ようこそこのブログに迷い込んでくれました（笑）<br />
<br />
このブログは、自分のPHP勉強のための覚え書きです。<br />
だから、ノンサポートでよろしくお願いいたします。<br />
<br />
けど、コメントは大歓迎ですよ♪<br />
<br />
<br />
Road</p>
]]></content:encoded>
			<wfw:commentRss>http://php.wpwpwpwp.com/php10.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

