<?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>Free Online Programming Tutorials - Let&#039;s Learn Web Programming! &#187; PHP</title>
	<atom:link href="http://freeonlineprogrammingtutorials.com/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://freeonlineprogrammingtutorials.com</link>
	<description></description>
	<lastBuildDate>Thu, 02 Sep 2010 06:27:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP vs ASP</title>
		<link>http://freeonlineprogrammingtutorials.com/php-vs-asp</link>
		<comments>http://freeonlineprogrammingtutorials.com/php-vs-asp#comments</comments>
		<pubDate>Fri, 28 May 2010 13:26:44 +0000</pubDate>
		<dc:creator>WebProgrammer</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP vs ASP]]></category>

		<guid isPermaLink="false">http://freeonlineprogrammingtutorials.com/?p=21</guid>
		<description><![CDATA[Here&#8217;s a quick comparison of PHP vs ASP
• Open source
• Free
• PHP is cross-platform scripting language.
-	It can run on Linux, Solaris, Windows
-	ASP runs reliably on IIS
•	PHP is faster than ASP
•	No Hidden Costs with PHP
•	PHP is object oriented

Why use PHP?

•	It’s fast: On Web sites, because it is embedded in HTML code, the time to process and [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick comparison of <a href="http://freeonlineprogrammingtutorials.com">PHP vs ASP</a><br />
• Open source<br />
• Free<br />
• PHP is cross-platform scripting language.<br />
-	It can run on Linux, Solaris, Windows<br />
-	ASP runs reliably on IIS<br />
•	PHP is faster than ASP<br />
•	No Hidden Costs with PHP<br />
•	PHP is object oriented<br />
<span id="more-21"></span><br />
<strong>Why use PHP?</strong><br />
<br />
•	<strong>It’s fast: </strong>On Web sites, because it is embedded in HTML code, the time to process and load a Web page is short.</p>
<p>•	<strong>It’s free: </strong><a href="http://freeonlineprogrammingtutorials.com/categories/php">PHP</a> is proof that free lunches do exist and that you can get more than you paid for.</p>
<p>•	 <strong>It’s easy to use:</strong> The syntax is simple and easy to understand and use,even for non-programmers. For use in Web sites, PHP code is designed to be included easily in an HTML file.</p>
<p>•	 <strong>It’s versatile:</strong> PHP runs on a wide variety of operating systems —Windows, Linux, Mac OS, and most varieties of Unix.</p>
]]></content:encoded>
			<wfw:commentRss>http://freeonlineprogrammingtutorials.com/php-vs-asp/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Hello World Example</title>
		<link>http://freeonlineprogrammingtutorials.com/php-hello-world-example</link>
		<comments>http://freeonlineprogrammingtutorials.com/php-hello-world-example#comments</comments>
		<pubDate>Fri, 28 May 2010 13:15:52 +0000</pubDate>
		<dc:creator>WebProgrammer</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Hello World Example]]></category>

		<guid isPermaLink="false">http://freeonlineprogrammingtutorials.com/?p=16</guid>
		<description><![CDATA[Here&#8217;s a simple PHP Hello World Example

 < html >
 < head >
 < title > PHP says hello < /title >
 < /head >
  < body >
 < b >   < ? php print "Hello, World!"; ? >   < /b >
 < /body >
 < /html >


How do I [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a simple <a href="http://freeonlineprogrammingtutorials.com/">PHP Hello World Example</a><br />
<br />
 < html ><br />
 < head ><br />
 < title > PHP says hello < /title ><br />
 < /head ><br />
  < body ><br />
 < b >   < ? php print "Hello, World!"; ? >   < /b ><br />
 < /body ><br />
 < /html ><br />
<span id="more-16"></span><br />
<br />
<strong>How do I run a php file ?</strong><br />
<br />
•	Create a service suitably in IIS/Apache..<br />
•	Run the said file by browsing the same.</p>
<p>
<strong>PHP Templates</strong><br />
</p>
<p>For reuse &#038; easy maintenance one can use <a href="http://freeonlineprogrammingtutorials.com/categories/php">PHP Templates</a><br />
<br />
<!-- template.tpl--><br />
< html ><br />
< title >{TITLE}< /title ><br />
< body ><br />
{CONTENT}<br />
< /body ><br />
< /html ></p>
]]></content:encoded>
			<wfw:commentRss>http://freeonlineprogrammingtutorials.com/php-hello-world-example/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>History of PHP</title>
		<link>http://freeonlineprogrammingtutorials.com/history-of-php</link>
		<comments>http://freeonlineprogrammingtutorials.com/history-of-php#comments</comments>
		<pubDate>Fri, 28 May 2010 13:03:07 +0000</pubDate>
		<dc:creator>WebProgrammer</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[History of PHP]]></category>

		<guid isPermaLink="false">http://freeonlineprogrammingtutorials.com/?p=11</guid>
		<description><![CDATA[Let us take a look at the history of PHP. Rasmus Lendorf was the creator of PHP language.

 What Does PHP Stand for
PHP stands for PHP Hypertext Preprocessor; however, Personal Home Page is also abbreviated as PHP commonly.

Error Handling in PHP

•	Return status of the function is checked
-	‘die’ statement is used to print error message on [...]]]></description>
			<content:encoded><![CDATA[<p>Let us take a look at the <a href="http://freeonlineprogrammingtutorials.com/">history of PHP</a>. Rasmus Lendorf was the creator of PHP language.<br />
<br />
<strong> What Does PHP Stand for</strong><br />
PHP stands for PHP Hypertext Preprocessor; however, Personal Home Page is also abbreviated as <strong>PHP</strong> commonly.<br />
<span id="more-11"></span><br />
<strong>Error Handling in PHP</strong><br />
<br />
•	Return status of the function is checked<br />
-	‘die’ statement is used to print error message on to the terminal and to terminate<br />
•	eg:<br />
-	sql_select_db($dbName) or DIE(&#8220;Table unavailable&#8221;);</p>
<p>•	error_log :<br />
-	is used to log errors<br />
<br />
<strong>Features of PHP </strong><br />
<br />
-	supports Cookies<br />
-	Handles file uploads<br />
-	Session Management<br />
-	Handles Database Connections<br />
-	HTTP authentication<br />
<br />
Websites that run on <a href="http://freeonlineprogrammingtutorials.com/categories/php">PHP</a><br />
<br />
-	www.php.org<br />
-	linuxjournal.org<br />
-	sony.com<br />
-	nokia.com<br />
<br />
AltaVista survey Results on web scripting languages popularity<br />
<br />
-	ASP &#8211; 48%<br />
-	PHP  &#8211; 30%<br />
-	JSP &#038; others- 22%<br />
<br />
<a href="http://www.google.com">Google</a> search stats for server pages<br />
<br />
-	ASP &#8211; 205,000,000<br />
-	PHP  &#8211; 256,000,000<br />
-	JSP &#8211; 26,300,000 </p>
]]></content:encoded>
			<wfw:commentRss>http://freeonlineprogrammingtutorials.com/history-of-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to PHP</title>
		<link>http://freeonlineprogrammingtutorials.com/introduction-to-php</link>
		<comments>http://freeonlineprogrammingtutorials.com/introduction-to-php#comments</comments>
		<pubDate>Fri, 28 May 2010 12:48:10 +0000</pubDate>
		<dc:creator>WebProgrammer</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Introduction to PHP]]></category>

		<guid isPermaLink="false">http://freeonlineprogrammingtutorials.com/?p=9</guid>
		<description><![CDATA[PHP is a widely-used scripting language that is suited for Web development can be embedded into HTML.

Here&#8217;s a brief introduction to PHP

•	PHP is a High level language,similar to English.
•	PHP started life as Personal Home Page tools, developed by Rasmus Lerdorf to assist users with Web page tasks.
•	PHP’s syntax is similar to C syntax.
•	PHP files can [...]]]></description>
			<content:encoded><![CDATA[<p>PHP is a widely-used scripting language that is suited for Web development can be embedded into HTML.<br />
<br />
Here&#8217;s a brief <a href="http://freeonlineprogrammingtutorials.com">introduction to PHP</a><br />
<span id="more-9"></span><br />
•	PHP is a High level language,similar to English.<br />
•	PHP started life as Personal Home Page tools, developed by Rasmus Lerdorf to assist users with Web page tasks.<br />
•	PHP’s syntax is similar to C syntax.<br />
•	PHP files can have .php or .phtml or both as their file extension.This can be configured on the Web server.<br />
<br />
<a href="http://freeonlineprogrammingtutorials.com/categories/php">PHP</a> supports the following databases -<br />
<br />
•	dBASE<br />
•	 Informix<br />
•	 Ingres<br />
•	 Microsoft SQL Server<br />
•	 mSQL<br />
•	 MySQL<br />
•	 Oracle<br />
•	 PostgreSQL<br />
•	 Sybase<br />
•	ODBC (Open Database Connectivity)</p>
]]></content:encoded>
			<wfw:commentRss>http://freeonlineprogrammingtutorials.com/introduction-to-php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
