<?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>Learnbasic-php &#124;&#124; All about php</title>
	<atom:link href="http://learnbasicphp.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnbasicphp.wordpress.com</link>
	<description>Just another WordPress.com site</description>
	<lastBuildDate>Thu, 27 May 2010 14:55:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='learnbasicphp.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Learnbasic-php &#124;&#124; All about php</title>
		<link>http://learnbasicphp.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://learnbasicphp.wordpress.com/osd.xml" title="Learnbasic-php &#124;&#124; All about php" />
	<atom:link rel='hub' href='http://learnbasicphp.wordpress.com/?pushpress=hub'/>
		<item>
		<title>PHP Syntax</title>
		<link>http://learnbasicphp.wordpress.com/2010/05/27/php-syntax/</link>
		<comments>http://learnbasicphp.wordpress.com/2010/05/27/php-syntax/#comments</comments>
		<pubDate>Thu, 27 May 2010 14:37:17 +0000</pubDate>
		<dc:creator>Nabin Maharjan</dc:creator>
				<category><![CDATA[PHP Basic]]></category>

		<guid isPermaLink="false">http://learnbasicphp.wordpress.com/?p=33</guid>
		<description><![CDATA[PHP code is executed on the server, and the plain HTML result is sent to the browser. Basic PHP Syntax A PHP scripting block always starts with &#60;?php and ends with ?&#62;. A PHP scripting block can be placed anywhere in the document. On servers with shorthand support enabled you can start a scripting block with &#60;? [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=33&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>PHP code is executed on the server, and the plain HTML result is sent to the browser.</p>
<h3>Basic PHP Syntax</h3>
<p>A PHP scripting block always starts with <strong>&lt;?php</strong> and ends with <strong>?&gt;</strong>. A PHP scripting block can be placed anywhere in the document.</p>
<p>On servers with shorthand support enabled you can start a scripting block with &lt;? and end with ?&gt;.</p>
<p>For maximum compatibility, we recommend that you use the standard form (&lt;?php) rather than the shorthand form.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnbasicphp.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnbasicphp.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnbasicphp.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnbasicphp.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnbasicphp.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnbasicphp.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnbasicphp.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnbasicphp.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnbasicphp.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnbasicphp.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnbasicphp.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnbasicphp.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnbasicphp.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnbasicphp.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=33&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnbasicphp.wordpress.com/2010/05/27/php-syntax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57a51b5b4ecf7fd20f278a6c38460adf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mnabin</media:title>
		</media:content>
	</item>
		<item>
		<title>What do you Need?</title>
		<link>http://learnbasicphp.wordpress.com/2010/05/27/what-do-you-need/</link>
		<comments>http://learnbasicphp.wordpress.com/2010/05/27/what-do-you-need/#comments</comments>
		<pubDate>Thu, 27 May 2010 14:34:25 +0000</pubDate>
		<dc:creator>Nabin Maharjan</dc:creator>
				<category><![CDATA[PHP Basic]]></category>

		<guid isPermaLink="false">http://learnbasicphp.wordpress.com/?p=30</guid>
		<description><![CDATA[If your server supports PHP you don&#8217;t need to do anything. Just create some .php files in your web directory, and the server will parse them for you. Because it is free, most web hosts offer PHP support. However, if your server does not support PHP, you must install PHP. Here is a link to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=30&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If your server supports PHP you don&#8217;t need to do anything.</p>
<p>Just create some .php files in your web directory, and the server will parse them for you. Because it is free, most web hosts offer PHP support.</p>
<p>However, if your server does not support PHP, you must install PHP.</p>
<p>Here is a link to a good tutorial from PHP.net on how to install PHP5:<a href="http://www.php.net/manual/en/install.php" target="_blank">http://www.php.net/manual/en/install.php</a></p>
<h3>Download PHP</h3>
<p>Download PHP for free here: <a href="http://www.php.net/downloads.php" target="_blank">http://www.php.net/downloads.php</a></p>
<h3>Download MySQL Database</h3>
<p>Download MySQL for free here: <a href="http://www.mysql.com/downloads/index.html" target="_blank">http://www.mysql.com/downloads/index.html</a></p>
<h3>Download Apache Server</h3>
<p>Download Apache for free here: <a href="http://httpd.apache.org/download.cgi" target="_blank">http://httpd.apache.org/download.cgi</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnbasicphp.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnbasicphp.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnbasicphp.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnbasicphp.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnbasicphp.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnbasicphp.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnbasicphp.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnbasicphp.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnbasicphp.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnbasicphp.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnbasicphp.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnbasicphp.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnbasicphp.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnbasicphp.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=30&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnbasicphp.wordpress.com/2010/05/27/what-do-you-need/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57a51b5b4ecf7fd20f278a6c38460adf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mnabin</media:title>
		</media:content>
	</item>
		<item>
		<title>Why PHP?</title>
		<link>http://learnbasicphp.wordpress.com/2010/05/27/why-php/</link>
		<comments>http://learnbasicphp.wordpress.com/2010/05/27/why-php/#comments</comments>
		<pubDate>Thu, 27 May 2010 14:32:06 +0000</pubDate>
		<dc:creator>Nabin Maharjan</dc:creator>
				<category><![CDATA[PHP Basic]]></category>

		<guid isPermaLink="false">http://learnbasicphp.wordpress.com/?p=28</guid>
		<description><![CDATA[PHP runs on different platforms (Windows, Linux, Unix, etc.) PHP is compatible with almost all servers used today (Apache, IIS, etc.) PHP is FREE to download from the official PHP resource: www.php.net PHP is easy to learn and runs efficiently on the server side<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=28&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>PHP runs on different platforms (Windows, Linux, Unix, etc.)</li>
<li>PHP is compatible with almost all servers used today (Apache, IIS, etc.)</li>
<li>PHP is FREE to download from the official PHP resource: <a href="http://www.php.net/" target="_blank">www.php.net</a></li>
<li>PHP is easy to learn and runs efficiently on the server side</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnbasicphp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnbasicphp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnbasicphp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnbasicphp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnbasicphp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnbasicphp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnbasicphp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnbasicphp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnbasicphp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnbasicphp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnbasicphp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnbasicphp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnbasicphp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnbasicphp.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=28&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnbasicphp.wordpress.com/2010/05/27/why-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57a51b5b4ecf7fd20f278a6c38460adf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mnabin</media:title>
		</media:content>
	</item>
		<item>
		<title>Where to Start?</title>
		<link>http://learnbasicphp.wordpress.com/2010/05/27/where-to-start/</link>
		<comments>http://learnbasicphp.wordpress.com/2010/05/27/where-to-start/#comments</comments>
		<pubDate>Thu, 27 May 2010 14:30:34 +0000</pubDate>
		<dc:creator>Nabin Maharjan</dc:creator>
				<category><![CDATA[PHP Basic]]></category>

		<guid isPermaLink="false">http://learnbasicphp.wordpress.com/?p=25</guid>
		<description><![CDATA[To get access to a web server with PHP support, you can: Install Apache (or IIS) on your own server, install PHP, and MySQL Or find a web hosting plan with PHP and MySQL support<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=25&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To get access to a web server with PHP support, you can:</p>
<ul>
<li>Install Apache (or IIS) on your own server, install PHP, and MySQL</li>
<li>Or find a web hosting plan with PHP and MySQL support</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnbasicphp.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnbasicphp.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnbasicphp.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnbasicphp.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnbasicphp.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnbasicphp.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnbasicphp.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnbasicphp.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnbasicphp.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnbasicphp.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnbasicphp.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnbasicphp.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnbasicphp.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnbasicphp.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=25&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnbasicphp.wordpress.com/2010/05/27/where-to-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57a51b5b4ecf7fd20f278a6c38460adf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mnabin</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP + MySQL</title>
		<link>http://learnbasicphp.wordpress.com/2010/05/27/php-mysql/</link>
		<comments>http://learnbasicphp.wordpress.com/2010/05/27/php-mysql/#comments</comments>
		<pubDate>Thu, 27 May 2010 14:15:29 +0000</pubDate>
		<dc:creator>Nabin Maharjan</dc:creator>
				<category><![CDATA[PHP Basic]]></category>

		<guid isPermaLink="false">http://learnbasicphp.wordpress.com/?p=17</guid>
		<description><![CDATA[PHP combined with MySQL are cross-platform (you can develop in Windows and serve on a Unix platform)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=17&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>PHP combined with MySQL are cross-platform (you can develop in Windows and serve on a Unix platform)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnbasicphp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnbasicphp.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnbasicphp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnbasicphp.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnbasicphp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnbasicphp.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnbasicphp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnbasicphp.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnbasicphp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnbasicphp.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnbasicphp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnbasicphp.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnbasicphp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnbasicphp.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=17&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnbasicphp.wordpress.com/2010/05/27/php-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57a51b5b4ecf7fd20f278a6c38460adf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mnabin</media:title>
		</media:content>
	</item>
		<item>
		<title>What is MySQL?</title>
		<link>http://learnbasicphp.wordpress.com/2010/05/27/what-is-mysql/</link>
		<comments>http://learnbasicphp.wordpress.com/2010/05/27/what-is-mysql/#comments</comments>
		<pubDate>Thu, 27 May 2010 14:11:33 +0000</pubDate>
		<dc:creator>Nabin Maharjan</dc:creator>
				<category><![CDATA[PHP Basic]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://learnbasicphp.wordpress.com/?p=15</guid>
		<description><![CDATA[MySQL is a database server MySQL is ideal for both small and large applications MySQL supports standard SQL MySQL compiles on a number of platforms MySQL is free to download and use<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=15&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>MySQL is a database server</li>
<li>MySQL is ideal for both small and large applications</li>
<li>MySQL supports standard SQL</li>
<li>MySQL compiles on a number of platforms</li>
<li>MySQL is free to download and use</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnbasicphp.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnbasicphp.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnbasicphp.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnbasicphp.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnbasicphp.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnbasicphp.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnbasicphp.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnbasicphp.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnbasicphp.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnbasicphp.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnbasicphp.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnbasicphp.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnbasicphp.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnbasicphp.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=15&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnbasicphp.wordpress.com/2010/05/27/what-is-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57a51b5b4ecf7fd20f278a6c38460adf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mnabin</media:title>
		</media:content>
	</item>
		<item>
		<title>What is a PHP File?</title>
		<link>http://learnbasicphp.wordpress.com/2010/05/27/what-is-a-php-file/</link>
		<comments>http://learnbasicphp.wordpress.com/2010/05/27/what-is-a-php-file/#comments</comments>
		<pubDate>Thu, 27 May 2010 13:38:42 +0000</pubDate>
		<dc:creator>Nabin Maharjan</dc:creator>
				<category><![CDATA[PHP Basic]]></category>

		<guid isPermaLink="false">http://learnbasicphp.wordpress.com/?p=12</guid>
		<description><![CDATA[PHP files can contain text, HTML tags and scripts PHP files are returned to the browser as plain HTML PHP files have a file extension of &#8220;.php&#8221;, &#8220;.php3&#8243;, or &#8220;.phtml&#8221;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=12&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>PHP files can contain text, HTML tags and scripts</li>
<li>PHP files are returned to the browser as plain HTML</li>
<li>PHP files have a file extension of &#8220;.php&#8221;, &#8220;.php3&#8243;, or &#8220;.phtml&#8221;</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnbasicphp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnbasicphp.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnbasicphp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnbasicphp.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnbasicphp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnbasicphp.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnbasicphp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnbasicphp.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnbasicphp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnbasicphp.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnbasicphp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnbasicphp.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnbasicphp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnbasicphp.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=12&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnbasicphp.wordpress.com/2010/05/27/what-is-a-php-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57a51b5b4ecf7fd20f278a6c38460adf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mnabin</media:title>
		</media:content>
	</item>
		<item>
		<title>What is PHP?</title>
		<link>http://learnbasicphp.wordpress.com/2010/05/27/what-is-php/</link>
		<comments>http://learnbasicphp.wordpress.com/2010/05/27/what-is-php/#comments</comments>
		<pubDate>Thu, 27 May 2010 13:37:39 +0000</pubDate>
		<dc:creator>Nabin Maharjan</dc:creator>
				<category><![CDATA[PHP Basic]]></category>

		<guid isPermaLink="false">http://learnbasicphp.wordpress.com/?p=10</guid>
		<description><![CDATA[PHP stands for PHP: Hypertext Preprocessor PHP is a server-side scripting language, like ASP PHP scripts are executed on the server PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.) PHP is an open source software PHP is free to download and use<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=10&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>PHP stands for <strong>P</strong>HP: <strong>H</strong>ypertext <strong>P</strong>reprocessor</li>
<li>PHP is a server-side scripting language, like ASP</li>
<li>PHP scripts are executed on the server</li>
<li>PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.)</li>
<li>PHP is an open source software</li>
<li>PHP is free to download and use</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnbasicphp.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnbasicphp.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnbasicphp.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnbasicphp.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnbasicphp.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnbasicphp.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnbasicphp.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnbasicphp.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnbasicphp.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnbasicphp.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnbasicphp.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnbasicphp.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnbasicphp.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnbasicphp.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=10&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnbasicphp.wordpress.com/2010/05/27/what-is-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57a51b5b4ecf7fd20f278a6c38460adf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mnabin</media:title>
		</media:content>
	</item>
		<item>
		<title>What You Should Already Know?</title>
		<link>http://learnbasicphp.wordpress.com/2010/05/27/what-you-should-already-know/</link>
		<comments>http://learnbasicphp.wordpress.com/2010/05/27/what-you-should-already-know/#comments</comments>
		<pubDate>Thu, 27 May 2010 13:36:06 +0000</pubDate>
		<dc:creator>Nabin Maharjan</dc:creator>
				<category><![CDATA[PHP Basic]]></category>

		<guid isPermaLink="false">http://learnbasicphp.wordpress.com/?p=7</guid>
		<description><![CDATA[Before you continue you should have a basic understanding of the following: HTML/XHTML JavaScript<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=7&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Before you continue you should have a basic understanding of the following:</p>
<ul>
<li>HTML/XHTML</li>
<li>JavaScript</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnbasicphp.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnbasicphp.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnbasicphp.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnbasicphp.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learnbasicphp.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learnbasicphp.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learnbasicphp.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learnbasicphp.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnbasicphp.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnbasicphp.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnbasicphp.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnbasicphp.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnbasicphp.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnbasicphp.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnbasicphp.wordpress.com&amp;blog=13894111&amp;post=7&amp;subd=learnbasicphp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnbasicphp.wordpress.com/2010/05/27/what-you-should-already-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57a51b5b4ecf7fd20f278a6c38460adf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mnabin</media:title>
		</media:content>
	</item>
	</channel>
</rss>
