<?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>Richie&#039;s Blog 心情车站 &#187; Html</title>
	<atom:link href="http://www.richiebox.com/tag/html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.richiebox.com</link>
	<description>喜怒哀乐 in mylife</description>
	<lastBuildDate>Fri, 12 Nov 2010 14:20:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML 5 新标准将于2022年正式发布？有没有搞错</title>
		<link>http://www.richiebox.com/mylife/lifenote/207.html</link>
		<comments>http://www.richiebox.com/mylife/lifenote/207.html#comments</comments>
		<pubDate>Sat, 20 Sep 2008 13:16:13 +0000</pubDate>
		<dc:creator>richie</dc:creator>
				<category><![CDATA[生活流水]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[新闻]]></category>

		<guid isPermaLink="false">http://www.richiebox.com?p=207</guid>
		<description><![CDATA[今天看了CSDN的文章HTML 5 新标准将于2022年正式发布有没有搞错啊算到哪时候 我也奔4的人了。。。。。。。。。。。哎 技术啊技术~~~文章地址 http://news.csdn.net/n/20080919/119207.html
]]></description>
			<content:encoded><![CDATA[<p>今天看了CSDN的文章<br/>HTML 5 新标准将于2022年正式发布<br/>有没有搞错啊<br/>算到哪时候 我也奔4的人了。。。。。。。。。。。<br/><br/>哎 技术啊技术~~~<br/><br/>文章地址 http://news.csdn.net/n/20080919/119207.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.richiebox.com/mylife/lifenote/207.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>接收html提交过来的表单变量</title>
		<link>http://www.richiebox.com/bdqn/php/162.html</link>
		<comments>http://www.richiebox.com/bdqn/php/162.html#comments</comments>
		<pubDate>Sun, 27 Apr 2008 11:01:07 +0000</pubDate>
		<dc:creator>richie</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[代码]]></category>
		<category><![CDATA[技术]]></category>

		<guid isPermaLink="false">http://www.richiebox.com?p=162</guid>
		<description><![CDATA[主要用到了$_POST[&#39;input name&#39;] 用来接收post方式提交过来的表单valuetrim()函数 去掉字符串开始和结束的空格strlen()函数 计算字符串长度定义变量用$echo &#39; &#39;; 输出语句input.html
请输入用户名

请输入密码

请确认密码


reg.php随便做了判断
]]></description>
			<content:encoded><![CDATA[<p>主要用到了<br/><br/>$_POST[&#39;input name&#39;] 用来接收post方式提交过来的表单value<br/>trim()函数 去掉字符串开始和结束的空格<br/>strlen()函数 计算字符串长度<br/>定义变量用$<br/>echo &#39; &#39;; 输出语句<br/><br/><span id="more-162"></span><br/>input.html<br/><coolcode><html><br /><head></head><br /><body><br />
<form action="reg.php" method="POST">请输入用户名<br />
<input type="text" name="user_name">
<p>请输入密码<br />
<input type="password" name="password">
<p>请确认密码<br />
<input type="password" name="password1">
<input type="submit" value="注册"></form>
<p></body><br /></html></coolcode><br/><br/>reg.php<br/>随便做了判断<br/><coolcode><?php<br />$user_name = trim($_POST&#91;&#039;user_name&#039;&#93;);<br />$user_pass = $_POST&#91;&#039;password&#039;&#93;;<br />$user_pass1 = $_POST&#91;&#039;password1&#039;&#93;;<br />$length=strlen($user_name);<br />//echo $length;  输出用户名长度<br />if($user_pass==$user_pass1&#038;&#038;$length>5){<br />echo &#039;注册成功&#039;;<br />echo &#039;用户名是&#039;.$user_name.&#039;<br />&#039;;<br />echo &#039;密码是&#039;.$user_pass;<br />}else{<br />if($user_pass!=$user_pass1){<br />echo &#039;两次密码不同&#039;;<br />}<br />if($length<5){<br />echo &#039;用户名太短&#039;;<br />}<br />}<br />?></coolcode></p>
]]></content:encoded>
			<wfw:commentRss>http://www.richiebox.com/bdqn/php/162.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

