<?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>Marc Fraser &#124; A Blog about all things &#187; php benefits</title>
	<atom:link href="http://www.marcfraser.co.uk/tag/php-benefits/feed" rel="self" type="application/rss+xml" />
	<link>http://www.marcfraser.co.uk</link>
	<description>A blog about all things personal, web related.</description>
	<lastBuildDate>Fri, 23 Apr 2010 13:50:09 +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>Benefits of PHP</title>
		<link>http://www.marcfraser.co.uk/benefits-of-php-36.htm</link>
		<comments>http://www.marcfraser.co.uk/benefits-of-php-36.htm#comments</comments>
		<pubDate>Sat, 10 Oct 2009 10:13:10 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[php advantages]]></category>
		<category><![CDATA[php benefits]]></category>

		<guid isPermaLink="false">http://marcfraser.co.uk/?p=36</guid>
		<description><![CDATA[(from Full Article)

PHP will reduce time to create and maintain medium to large websites – due to the pages being dynamic, only a small number of PHP pages will need to be created/edited which will allow the use of a Database (commonly MySQL), containing the websites’ content. The contents of the database are extracted by [...]]]></description>
			<content:encoded><![CDATA[<p><strong><em><a href="http://marcfraser.co.uk/introduction-to-php-tutorial-9.htm">(from Full Article)</a><br />
</em></strong></p>
<p>PHP will reduce time to create and maintain medium to large websites – due to the pages being dynamic, only a small number of PHP pages will need to be created/edited which will allow the use of a Database (commonly MySQL), containing the websites’ content. The contents of the database are extracted by PHP and a page is created ‘on-the-fly’.</p>
<p>A few more of PHP’s benefits are shown below:</p>
<ul>
<li>Allow the website to customize each users experience, based on information gathered from them.</li>
<li>Create websites that allow users to purchase items off a website (known as ecommerce).</li>
<li>PHP users can download and use many free Open Source PHP tools on their website.</li>
<li>As PHP is executed on the <em>server </em>this means that the PHP is not dependant on the users’ computer settings. For example, a user requesting a page in Firefox will get the same <em>PHP Output </em>as that of a user viewing in Internet Explorer, but please bear in mind that the way the HTML/CSS output is formatted may differ between the two. You will most likely have met this if you have used HTML/CSS to an intermediate level.</li>
<li>All PHP’s commands are described and examples given in the <a href="http://uk2.php.net/manual/en/index.php">PHP Online Manual</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.marcfraser.co.uk/benefits-of-php-36.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
