<?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>Tech Master Jim &#187; PHP Tips</title>
	<atom:link href="http://techmasterjim.com/category/php-tips/feed" rel="self" type="application/rss+xml" />
	<link>http://techmasterjim.com</link>
	<description>Technical Solutions to Computer and Internet Problems</description>
	<lastBuildDate>Wed, 16 Sep 2009 23:19: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>PHP – What Is It?</title>
		<link>http://techmasterjim.com/tech-tips/php-what-is-it_35</link>
		<comments>http://techmasterjim.com/tech-tips/php-what-is-it_35#comments</comments>
		<pubDate>Fri, 28 Aug 2009 15:11:35 +0000</pubDate>
		<dc:creator>Tech_Master_Jim</dc:creator>
				<category><![CDATA[PHP Tips]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[assistance]]></category>
		<category><![CDATA[beginning]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dynamic HTML]]></category>
		<category><![CDATA[dynamic web pages]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[html page]]></category>
		<category><![CDATA[html pages]]></category>
		<category><![CDATA[Hypertext]]></category>
		<category><![CDATA[Jim]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[learn php]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[learning php]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[Outsourcing]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php book]]></category>
		<category><![CDATA[php code]]></category>
		<category><![CDATA[php developer]]></category>
		<category><![CDATA[php example]]></category>
		<category><![CDATA[php examples]]></category>
		<category><![CDATA[php news]]></category>
		<category><![CDATA[php outsourcing]]></category>
		<category><![CDATA[php programmer]]></category>
		<category><![CDATA[php programming]]></category>
		<category><![CDATA[php script]]></category>
		<category><![CDATA[php scripts]]></category>
		<category><![CDATA[php software]]></category>
		<category><![CDATA[php template]]></category>
		<category><![CDATA[php training]]></category>
		<category><![CDATA[php tutorial]]></category>
		<category><![CDATA[php tutorials]]></category>
		<category><![CDATA[php video]]></category>
		<category><![CDATA[php website]]></category>
		<category><![CDATA[preprocessor]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programming php]]></category>
		<category><![CDATA[rasmus lerdorf]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[scripting language]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[software problem]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[TechMasterJim]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web page]]></category>
		<category><![CDATA[web site problem]]></category>
		<category><![CDATA[web site problems]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://techmasterjim.com/?p=35</guid>
		<description><![CDATA[What is PHP? If you look over the internet, you’ll see references to PHP everywhere. But it wasn’t that long ago when there were only simple HTML web pages on web sites. These pages were static and displayed exactly what was written in the HTML code.
Then Came PHP
If you’re interested in the origins of things, [...]]]></description>
			<content:encoded><![CDATA[<p>What is PHP? If you look over the internet, you’ll see references to PHP everywhere. But it wasn’t that long ago when there were only simple HTML web pages on web sites. These pages were static and displayed exactly what was written in the HTML code.</p>
<p style="text-align: center;"><strong>Then Came PHP</strong></p>
<p>If you’re interested in the origins of things, <a title="Wikipedia - PHP Scripting Language" href="http://en.wikipedia.org/wiki/PHP" target="_blank">Wikipedia</a> has an excellent article about the beginnings of PHP. Like many languages it started out to solve one person’s problem, Rasmus Lerdorf. He wanted to have his own <em><strong>P</strong>ersonal <strong>H</strong>ome <strong>P</strong>age</em> that he could easily update. Thus, was born <strong>PHP</strong>.</p>
<p style="text-align: center;"><strong>PHP Script Has Evolved</strong></p>
<p>From this early beginning, PHP scripts have evolved into a relatively complex set of commands that can perform many different functions to create dynamic web pages. In fact it’s the scripting language that the popular WordPress blogging software is based upon. All WordPress blogs are running PHP programming.</p>
<p style="text-align: center;"><strong>PHP Is Now Hypertext Preprocessor</strong></p>
<p>Now that PHP has been release into the public, the early name changed to <em>Hypertext Preprocessor</em>. What this means is that the commands in PHP preprocess information to create HTML pages before the pages are sent back to your browser. This in turn gives great flexibility to the displayed pages. One HTML page can now display a multitude of different information, and in some cases look entirely different. That’s the reason a PHP script can create dynamic HTML pages.</p>
<p style="text-align: center;"><strong>Learning PHP to PHP Outsourcing</strong></p>
<p>Whether you want to learn PHP, do PHP programming, become a PHP programmer, or just understand PHP code, the <strong><em>TechMasterJim</em></strong> blog can provide you the type of help you’re looking for. You don’t have to be a PHP developer to find valuable assistance in dealing with a PHP template.</p>
<p style="text-align: center;"><strong>PHP Training And PHP Tutorials</strong></p>
<p>From time to time there will be some PHP training, discussion of PHP software, some PHP examples of dealing with specific problems, and occasional references to a PHP book that may be of additional help.</p>
<p>To keep you up to date on what’s happening, you can subscribe to my RSS feed and receive notification of new posts and PHP news.</p>
<p>By: Tech Master Jim</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://techmasterjim.com/tech-tips/welcome-tech-master-jim_1" title="Welcome from Tech Master Jim (September 15, 2008)">Welcome from Tech Master Jim</a> (0)</li>
	<li><a href="http://techmasterjim.com/tech-tips/excel-tips-%e2%80%93-destination-formatting-of-copied-data_20" title="Excel Tips – Destination Formatting Of Copied Data (August 10, 2009)">Excel Tips – Destination Formatting Of Copied Data</a> (0)</li>
	<li><a href="http://techmasterjim.com/about" title="About (September 15, 2008)">About</a> (0)</li>
	<li><a href="http://techmasterjim.com/tech-tips/css-cascading-style-sheet-basics-%e2%80%93-the-style-placement_45" title="CSS, Cascading Style Sheet Basics – The Style Placement (September 1, 2009)">CSS, Cascading Style Sheet Basics – The Style Placement</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://techmasterjim.com/tech-tips/php-what-is-it_35/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
