<?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>Basic PHP Programming &#187; PHP</title>
	<atom:link href="http://basicphpprogramming.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://basicphpprogramming.com</link>
	<description>Your guide to basic PHP Programming</description>
	<lastBuildDate>Tue, 10 Aug 2010 11:18:13 +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 and your files</title>
		<link>http://basicphpprogramming.com/file-system/php-and-your-files/</link>
		<comments>http://basicphpprogramming.com/file-system/php-and-your-files/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 10:33:49 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[file system]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/uncategorized/php-and-your-files/</guid>
		<description><![CDATA[
PHP is like a secretary.
I’m really liking these analogies I’m using (yeah, I’m weird that way).  Anyway, as I was saying…  PHP has the ability to interact with your file system. It means that PHP can write and reads into any file in your directories and files that are on your local hard [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://basicphpprogramming.com/wp-content/uploads/2007/12/php4.jpg' title='php4.jpg'><img src='http://basicphpprogramming.com/wp-content/uploads/2007/12/php4.jpg' alt='php4.jpg' /></a><br />
PHP is like a secretary.</p>
<p>I’m really liking these analogies I’m using (yeah, I’m weird that way).  Anyway, as I was saying…  PHP has the ability to interact with your file system. It means that PHP can write and reads into any file in your directories and files that are on your local hard disk (or other computers if they’re in a network). Aside from that, if a file doesn’t exist, PHP can create that file, directories, and copy files. It can also rename and/or delete files and change their attributes.   If you want to create a back-up then PHP can do it for you. </p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/file-system/php-and-your-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting Php</title>
		<link>http://basicphpprogramming.com/information/starting-php/</link>
		<comments>http://basicphpprogramming.com/information/starting-php/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 06:36:57 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/?p=92</guid>
		<description><![CDATA[Here are some helpful basics on PHP.
  Image Source:zoo.parkingspa.com           
 Begin, at all times, a PHP page with &#8220;.&#8221; and use &#8220;;&#8221;  at the end of a variable. Before manually starting phpmyadmin to make your PHP program run properly, be ready to set [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some helpful basics on PHP.<br />
<img src="http://zoo.parkingspa.com/dspa/hcimages/nonadult/programming-47-phpsql/main.jpg" alt="" /> <em> Image Source:zoo.parkingspa.com       </em>    </p>
<p> Begin, at all times, a PHP page with &#8220;.&#8221; and use &#8220;;&#8221;  at the end of a variable. Before manually starting phpmyadmin to make your PHP program run properly, be ready to set up PHP, PHPTriad first. Next, to enable your php program to function, bring a php page in a .php wing. And lastly, don&#8217;t forget that security is the main requirement in using this type of PHP language. In developing a page with PHP, high level of <a href="http://websecurityreview.net">security</a> is necessary. It is also very important to note that if you really want your program to operate, follow instructions to the letter. With this type of system, accuracy is the key. Programming is not really hard. , nowadays, almost anyone can learn the skill. There are tutorials online that should be boosted by a one&#8217;s interest. Perseverance entails to a learner reading  tutorial lessons and later try out some actual programming.</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/information/starting-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why PHP?</title>
		<link>http://basicphpprogramming.com/information/why-php/</link>
		<comments>http://basicphpprogramming.com/information/why-php/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 12:46:02 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[versatile]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/uncategorized/why-php/</guid>
		<description><![CDATA[


Yeah, why PHP?
For one, it’s fast on web sites. Since it is embedded in HTML code, it will only take a short time to process and load a webpage.  PHP is also easy to use. The syntax is relatively simple and quite easy to understand. Even non-programmers can understand and use them. Next, it [...]]]></description>
			<content:encoded><![CDATA[<div class='center'>
<a href='http://basicphpprogramming.com/wp-content/uploads/2007/11/php1.jpg' title='php1.jpg'><img src='http://basicphpprogramming.com/wp-content/uploads/2007/11/php1.jpg' alt='php1.jpg' /></a>
</div>
<p>Yeah, why PHP?</p>
<p>For one, it’s <strong>fast</strong> on web sites. Since it is embedded in HTML code, it will only take a short time to process and load a webpage.  PHP is also <strong>easy to use</strong>. The syntax is relatively simple and quite easy to understand. Even non-programmers can understand and use them. Next, it is <strong>versatile</strong>. It can run on most of the operating systems like Windows, Mac, OS, and even some varieties of Unix.</p>
<p>One more thing, PHP is <strong>free</strong>. It’s an open source programming language so you don’t need to buy anything. All you need is to go the <a href=“http://php.net/” PHP website </a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/information/why-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
