<?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>Red Graffix Blog &#187; technology</title>
	<atom:link href="http://www.redgraffix.com/blog/tag/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redgraffix.com/blog</link>
	<description>Blogging on graphic design and web development from Red Graffix</description>
	<lastBuildDate>Tue, 10 Jan 2012 12:29:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP, what is it?</title>
		<link>http://www.redgraffix.com/blog/2009/09/30/php-what-is-it/</link>
		<comments>http://www.redgraffix.com/blog/2009/09/30/php-what-is-it/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 20:08:10 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://redgraffix.com/blog/?p=75</guid>
		<description><![CDATA[I started doing some side research on my own about php. What I found so far is, PHP is installed on over 20 million websites and 1 million web servers. It is a server side scripting language for making dynamic and interactive Web pages. It's used for controling databases such as MySQL, Informix, Oracle, Sybase, [...]]]></description>
			<content:encoded><![CDATA[<img class="alignright size-medium wp-image-77" title="php-sauce" src="http://redgraffix.com/blog/wp-content/uploads/2009/09/php-sauce-224x300.jpg" alt="php-sauce" width="150" height="150" /><p>I started doing some side research on my own about php. What I found so far is, PHP is installed on over 20 million websites and 1 million web servers. It is a server side scripting language for making dynamic and interactive Web pages. It's used for controling databases such as MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC. PHP files can contain text, HTML tags and scripts and it's files are returned to the browser as plain HTML.</p> <p>  PHP stands for <strong>P</strong>HP: <strong>H</strong>ypertext <strong>P</strong>reprocessor. </p>
<span id="more-75"></span>
<p>The Wc3 describes PHP as-</p>
<ul>
	<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>
<p>PHP installs onto your website's server, and is cross platform compatible. What you do is write scripts to be installed on the server, then when someone visits your site, these scripts control what information is presented in a dynamic fashion. In short, what PHP can do is convert a static website that has content that has to be changed by hand into a dynamic one that can display content based on any criteria you can think of. From What I've been reading, PHP is a loosely typed language, variable do not have to be declared like in more strict programing languages.</p><p> PHP files can contain text, HTML tags and scripts. One could create PHP files with nothing more than notepad, providing your server supports it, and it's most likely it does. So there's what PHP is, next step is getting into the nuts and bolts of it and writing scripts. We'll see how that goes....</p>]]></content:encoded>
			<wfw:commentRss>http://www.redgraffix.com/blog/2009/09/30/php-what-is-it/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

