<?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>Cazpa.com &#187; PHP For beginners</title>
	<atom:link href="http://cazpa.com/dev/php-for-beginners/feed" rel="self" type="application/rss+xml" />
	<link>http://cazpa.com</link>
	<description>PHP Developer &#38; Website Designer</description>
	<lastBuildDate>Thu, 11 Mar 2010 23:32:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add &#8211; Update &amp; Delete records from a MySQL database using PHP</title>
		<link>http://cazpa.com/tutorial/add-update-delete-records-from-a-mysql-database-using-php.html</link>
		<comments>http://cazpa.com/tutorial/add-update-delete-records-from-a-mysql-database-using-php.html#comments</comments>
		<pubDate>Thu, 14 Jan 2010 11:20:17 +0000</pubDate>
		<dc:creator>Daniel Smith</dc:creator>
				<category><![CDATA[PHP For beginners]]></category>
		<category><![CDATA[PHP Scripts (FREE)]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://cazpa.com/?p=128</guid>
		<description><![CDATA[The purpose of this PHP script is to show you how to connect to a MySql database, retrive records, add records,  update them and delete them, this script also uses Javascript to query the database to cut down on page refreshes.
I will add a full explenation very soon but for now you can download the [...]]]></description>
		<wfw:commentRss>http://cazpa.com/tutorial/add-update-delete-records-from-a-mysql-database-using-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Functions (Arguments &amp; Values)</title>
		<link>http://cazpa.com/tutorial/php-functions-arguments-values.html</link>
		<comments>http://cazpa.com/tutorial/php-functions-arguments-values.html#comments</comments>
		<pubDate>Sun, 06 Dec 2009 14:59:25 +0000</pubDate>
		<dc:creator>Daniel Smith</dc:creator>
				<category><![CDATA[PHP For beginners]]></category>
		<category><![CDATA[define]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[invoke]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[strategies]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://cazpa.com/?p=100</guid>
		<description><![CDATA[Creating a basic fuction
Functions are great for cutting down on code and making things easier to read when developing, you can create a function
for just about any process including conditional statements, loops or even calls to other functions.
This article will show you how to create simple functions for your applications and website's.
First things first we [...]]]></description>
		<wfw:commentRss>http://cazpa.com/tutorial/php-functions-arguments-values.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Operators (Basic PHP Operators)</title>
		<link>http://cazpa.com/tutorial/php-operators-basic-php-operators.html</link>
		<comments>http://cazpa.com/tutorial/php-operators-basic-php-operators.html#comments</comments>
		<pubDate>Sat, 07 Nov 2009 23:04:40 +0000</pubDate>
		<dc:creator>Daniel Smith</dc:creator>
				<category><![CDATA[PHP For beginners]]></category>

		<guid isPermaLink="false">http://cazpa.com/?p=69</guid>
		<description><![CDATA[Now that we have the variables lets do some maths using operators, operators are the symbols that connect all the variables together.
Simple maths with PHP:
&#60;?php
// Define variables
$number1 = 123;
$number2 = 2;

// Add
$total1 = $number1 + $number2;

// Subtract
$total2 = $number1 - $number2;

// Multiply
$total3 = $number1 * $number2;

// Divide
$total4 = $number1 / $number2;

// Modulus
$total5 = $number1 % [...]]]></description>
		<wfw:commentRss>http://cazpa.com/tutorial/php-operators-basic-php-operators.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Commenting your code</title>
		<link>http://cazpa.com/tutorial/php-commenting-your-code.html</link>
		<comments>http://cazpa.com/tutorial/php-commenting-your-code.html#comments</comments>
		<pubDate>Sat, 07 Nov 2009 22:58:00 +0000</pubDate>
		<dc:creator>Daniel Smith</dc:creator>
				<category><![CDATA[PHP For beginners]]></category>

		<guid isPermaLink="false">http://cazpa.com/?p=67</guid>
		<description><![CDATA[You may have noticed that I have commented the code and if you have tested any of the scripts so far you will have noticed that these do not effect the script itself, these are great for developers to take note of lines of code, greater understanding by other developers as to why you have [...]]]></description>
		<wfw:commentRss>http://cazpa.com/tutorial/php-commenting-your-code.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Variables (PHP Basics)</title>
		<link>http://cazpa.com/tutorial/php-variables.html</link>
		<comments>http://cazpa.com/tutorial/php-variables.html#comments</comments>
		<pubDate>Sat, 07 Nov 2009 21:53:46 +0000</pubDate>
		<dc:creator>Daniel Smith</dc:creator>
				<category><![CDATA[PHP For beginners]]></category>

		<guid isPermaLink="false">http://cazpa.com/?p=65</guid>
		<description><![CDATA[Now you have the basic layout down to an art, it is time to make our basic script more dynamic and we will be firstly doing this using variables, variables are strings that change
 In the following example we will be assigning variables and using them within the exciting script

&#60;html&#62;
&#60;head&#62;PHP Test Page&#60;/head&#62;
&#60;body&#62;
&#60;p&#62;Jack is wearing green [...]]]></description>
		<wfw:commentRss>http://cazpa.com/tutorial/php-variables.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to PHP (beginners)</title>
		<link>http://cazpa.com/tutorial/introduction-to-php-beginners.html</link>
		<comments>http://cazpa.com/tutorial/introduction-to-php-beginners.html#comments</comments>
		<pubDate>Sat, 07 Nov 2009 21:32:25 +0000</pubDate>
		<dc:creator>Daniel Smith</dc:creator>
				<category><![CDATA[PHP For beginners]]></category>

		<guid isPermaLink="false">http://cazpa.com/?p=59</guid>
		<description><![CDATA[The main aim of this blog category is  to teach you the basics of PHP, by the time I have finished my posts you will be able to use your new found   knowledge and build yourself your first basic content management system and to give you an insigt into building applications with [...]]]></description>
		<wfw:commentRss>http://cazpa.com/tutorial/introduction-to-php-beginners.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
