<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title></title>
	<atom:link href="http://johan6210.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://johan6210.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 13 Jan 2009 05:34:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='johan6210.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title></title>
		<link>http://johan6210.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://johan6210.wordpress.com/osd.xml" title="" />
	<atom:link rel='hub' href='http://johan6210.wordpress.com/?pushpress=hub'/>
		<item>
		<title>mail</title>
		<link>http://johan6210.wordpress.com/2009/01/13/3/</link>
		<comments>http://johan6210.wordpress.com/2009/01/13/3/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 05:34:03 +0000</pubDate>
		<dc:creator>johan6210</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://johan6210.wordpress.com/2009/01/13/3/</guid>
		<description><![CDATA[&#60;?php /* All form fields are automatically passed to the PHP script through the array $HTTP_POST_VARS. */ $email = $HTTP_POST_VARS['email']; $subject = $HTTP_POST_VARS['subject']; $message = $HTTP_POST_VARS['message']; /* PHP form validation: the script checks that the Email field contains a valid email address and the Subject field isn&#8217;t empty. preg_match performs a regular expression match. It&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=johan6210.wordpress.com&amp;blog=6152687&amp;post=3&amp;subd=johan6210&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;?php</p>
<p>/* All form fields are automatically passed to the PHP script through the array $HTTP_POST_VARS. */<br />
$email = $HTTP_POST_VARS['email'];<br />
$subject = $HTTP_POST_VARS['subject'];<br />
$message = $HTTP_POST_VARS['message'];</p>
<p>/* PHP form validation: the script checks that the Email field contains a valid email address and the Subject field isn&#8217;t empty. preg_match performs a regular expression match. It&#8217;s a very powerful PHP function to validate form fields and other strings &#8211; see PHP manual for details. */<br />
if (!preg_match(&#8220;/\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*/&#8221;, $email)) {<br />
  echo &#8220;<br />
<h4>Invalid email address</h4>
<p>&#8220;;<br />
  echo &#8220;<a href='history.back(1);'>Back</a>&#8220;;<br />
} elseif ($subject == &#8220;&#8221;) {<br />
  echo &#8220;<br />
<h4>No subject</h4>
<p>&#8220;;<br />
  echo &#8220;<a href='history.back(1);'>Back</a>&#8220;;<br />
}</p>
<p>/* Sends the mail and outputs the &#8220;Thank you&#8221; string if the mail is successfully sent, or the error string otherwise. */<br />
elseif (mail($email,$subject,$message)) {<br />
  echo &#8220;<br />
<h4>Thank you for sending email</h4>
<p>&#8220;;<br />
} else {<br />
  echo &#8220;<br />
<h4>Can&#8217;t send email to $email</h4>
<p>&#8220;;<br />
}<br />
?&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johan6210.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johan6210.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johan6210.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johan6210.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/johan6210.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/johan6210.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/johan6210.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/johan6210.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johan6210.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johan6210.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johan6210.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johan6210.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johan6210.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johan6210.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=johan6210.wordpress.com&amp;blog=6152687&amp;post=3&amp;subd=johan6210&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://johan6210.wordpress.com/2009/01/13/3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/518f5ad6b823950624204006a654c7e1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">johan6210</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://johan6210.wordpress.com/2009/01/13/hello-world/</link>
		<comments>http://johan6210.wordpress.com/2009/01/13/hello-world/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 05:21:04 +0000</pubDate>
		<dc:creator>johan6210</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=johan6210.wordpress.com&amp;blog=6152687&amp;post=1&amp;subd=johan6210&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johan6210.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johan6210.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johan6210.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johan6210.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/johan6210.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/johan6210.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/johan6210.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/johan6210.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johan6210.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johan6210.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johan6210.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johan6210.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johan6210.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johan6210.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=johan6210.wordpress.com&amp;blog=6152687&amp;post=1&amp;subd=johan6210&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://johan6210.wordpress.com/2009/01/13/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/518f5ad6b823950624204006a654c7e1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">johan6210</media:title>
		</media:content>
	</item>
	</channel>
</rss>
