<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>SubediKamal.com.np</title>
	<link>http://subedikamal.com.np</link>
	<description></description>
	<pubDate>Mon, 07 Jul 2008 12:14:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Introduction to PHP</title>
		<link>http://subedikamal.com.np/2008/06/30/introduction-to-php/</link>
		<comments>http://subedikamal.com.np/2008/06/30/introduction-to-php/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 13:38:46 +0000</pubDate>
		<dc:creator>kamal</dc:creator>
		
		<category><![CDATA[Learn PHP]]></category>

		<category><![CDATA[learn]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[php intro]]></category>

		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://subedikamal.com.np/blog/?p=3</guid>
		<description><![CDATA[What is PHP?

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 (OSS)
PHP is free to download and use

What is a PHP File?

PHP files may contain text, HTML tags [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is PHP?</strong></p>
<ul>
<li>PHP stands for PHP: Hypertext Preprocessor</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 (OSS)</li>
<li>PHP is free to download and use</li>
</ul>
<p><strong>What is a PHP File?</strong></p>
<ul>
<li>PHP files may 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>
<p><strong>What is MySQL?</strong></p>
<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>
<p><strong>PHP + MySQL</strong></p>
<ul>
<li>PHP combined with MySQL are cross-platform (means that you can develop in Windows and serve on a Unix platform)</li>
</ul>
<p><strong>Why PHP?</strong></p>
<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: www.php.net</li>
<li>PHP is easy to learn and runs efficiently on the server side</li>
</ul>
<p><strong>Where to Start?</strong></p>
<ul>
<li>Install an Apache server on a Windows or Linux machine</li>
<li>Install PHP on a Windows or Linux machine</li>
<li>Install MySQL on a Windows or Linux machine</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://subedikamal.com.np/2008/06/30/introduction-to-php/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
