<?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>CodingUnit Programming Tutorials &#187; PHP Tutorials</title>
	<atom:link href="http://www.codingunit.com/category/php-tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codingunit.com</link>
	<description>CodingUnit is your online resource for learning to program. Tutorials on C, C++, PHP, Python, MySQL, Java, JQuery, Opengl, DirectX and much more!</description>
	<lastBuildDate>Thu, 29 Jul 2010 15:49:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>PHP Tutorial – $_REQUEST Function</title>
		<link>http://www.codingunit.com/php-tutorial-request-function</link>
		<comments>http://www.codingunit.com/php-tutorial-request-function#comments</comments>
		<pubDate>Tue, 09 Mar 2010 08:00:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[PHP Language Tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.codingunit.com/?p=1016</guid>
		<description><![CDATA[In previous tutorials we already looked at the PHP built-in $_GET function and $_POST function. In this tutorial we take a quick look at the PHP built-in $_REQUEST function. The PHP built-in $_REQUEST function can be used with both the GET and POST methods. Let&#8217;s take a look at an $_REQUEST function example: &#60;html&#62; &#60;body&#62; [...]<p><a href="http://www.codingunit.com/php-tutorial-request-function">PHP Tutorial – $_REQUEST Function</a> is a post from: <a href="http://www.codingunit.com">CodingUnit Programming Tutorials</a></p>
]]></description>
		<wfw:commentRss>http://www.codingunit.com/php-tutorial-request-function/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial – $_POST Function</title>
		<link>http://www.codingunit.com/php-tutorial-post-function</link>
		<comments>http://www.codingunit.com/php-tutorial-post-function#comments</comments>
		<pubDate>Mon, 08 Mar 2010 12:12:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[PHP Language Tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.codingunit.com/?p=1012</guid>
		<description><![CDATA[The PHP built-in $_POST function is used to collect values in a form (as name says, you do this with the method=”post”) The information send with POST method is invisible to others (the opposite of the GET method.) Another difference between the $_GET function and the $_POST function is that the $_POST function doesn’t limit [...]<p><a href="http://www.codingunit.com/php-tutorial-post-function">PHP Tutorial – $_POST Function</a> is a post from: <a href="http://www.codingunit.com">CodingUnit Programming Tutorials</a></p>
]]></description>
		<wfw:commentRss>http://www.codingunit.com/php-tutorial-post-function/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial – $_GET Function</title>
		<link>http://www.codingunit.com/php-tutorial-get-function</link>
		<comments>http://www.codingunit.com/php-tutorial-get-function#comments</comments>
		<pubDate>Mon, 08 Mar 2010 12:07:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[PHP Language Tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.codingunit.com/?p=1005</guid>
		<description><![CDATA[The PHP built-in $_GET function is used to collect values in a form (as name says, you do this with the method=”get”) You should remember that the information sent from a form with the GET method is visible to everyone, because the result is displayed in the address bar. The $_GET function limits the number [...]<p><a href="http://www.codingunit.com/php-tutorial-get-function">PHP Tutorial – $_GET Function</a> is a post from: <a href="http://www.codingunit.com">CodingUnit Programming Tutorials</a></p>
]]></description>
		<wfw:commentRss>http://www.codingunit.com/php-tutorial-get-function/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial – Form Handling</title>
		<link>http://www.codingunit.com/php-tutorial-form-handling</link>
		<comments>http://www.codingunit.com/php-tutorial-form-handling#comments</comments>
		<pubDate>Mon, 08 Mar 2010 11:59:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[PHP Language Tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.codingunit.com/?p=1001</guid>
		<description><![CDATA[In this PHP language tutorial we will look at PHP forms and form handling. We will use the PHP $_GET and $_POST variables to retrieve information from the HTML form. You use forms to get user input. PHP Form Handling You have to be aware of the following when dealing with HTML forms and PHP: [...]<p><a href="http://www.codingunit.com/php-tutorial-form-handling">PHP Tutorial – Form Handling</a> is a post from: <a href="http://www.codingunit.com">CodingUnit Programming Tutorials</a></p>
]]></description>
		<wfw:commentRss>http://www.codingunit.com/php-tutorial-form-handling/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial – Functions Parameters and Return Values</title>
		<link>http://www.codingunit.com/php-tutorial-functions-parameters-and-return-values</link>
		<comments>http://www.codingunit.com/php-tutorial-functions-parameters-and-return-values#comments</comments>
		<pubDate>Mon, 01 Feb 2010 08:00:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[PHP Language Tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.codingunit.com/?p=970</guid>
		<description><![CDATA[In a previous tutorial we looked at how to make your own PHP functions. In this PHP tutorial we will see how to use function parameters (for example passing a variable to a function) and function return values. Functions Parameters Parameters are specified after the function name, inside the parentheses. Let’s look at a function [...]<p><a href="http://www.codingunit.com/php-tutorial-functions-parameters-and-return-values">PHP Tutorial – Functions Parameters and Return Values</a> is a post from: <a href="http://www.codingunit.com">CodingUnit Programming Tutorials</a></p>
]]></description>
		<wfw:commentRss>http://www.codingunit.com/php-tutorial-functions-parameters-and-return-values/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial – Functions</title>
		<link>http://www.codingunit.com/php-tutorial-functions</link>
		<comments>http://www.codingunit.com/php-tutorial-functions#comments</comments>
		<pubDate>Mon, 01 Feb 2010 07:00:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[PHP Language Tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.codingunit.com/?p=965</guid>
		<description><![CDATA[The power of the PHP language is the large number of built-in functions (more than 700 built-in function and counting.) But of course it also possible to create your own functions. In this PHP tutorial we will create our own functions. A function will only be executed if a function is called by another piece [...]<p><a href="http://www.codingunit.com/php-tutorial-functions">PHP Tutorial – Functions</a> is a post from: <a href="http://www.codingunit.com">CodingUnit Programming Tutorials</a></p>
]]></description>
		<wfw:commentRss>http://www.codingunit.com/php-tutorial-functions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial – foreach Loop</title>
		<link>http://www.codingunit.com/php-tutorial-foreach-loop</link>
		<comments>http://www.codingunit.com/php-tutorial-foreach-loop#comments</comments>
		<pubDate>Sat, 30 Jan 2010 15:08:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[PHP Language Tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.codingunit.com/?p=950</guid>
		<description><![CDATA[The &#8220;foreach&#8221; loop gives PHP an easy way to iterate over arrays and can only be used on arrays. Syntax There are two syntaxes although the second is only a minor extension of the first. foreach ($array as $value) { code to be executed; } The second syntax: foreach ($array as $key =&#62; $value) { [...]<p><a href="http://www.codingunit.com/php-tutorial-foreach-loop">PHP Tutorial – foreach Loop</a> is a post from: <a href="http://www.codingunit.com">CodingUnit Programming Tutorials</a></p>
]]></description>
		<wfw:commentRss>http://www.codingunit.com/php-tutorial-foreach-loop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial – For Loops</title>
		<link>http://www.codingunit.com/php-tutorial-for-loops</link>
		<comments>http://www.codingunit.com/php-tutorial-for-loops#comments</comments>
		<pubDate>Sat, 30 Jan 2010 14:54:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[PHP Language Tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.codingunit.com/?p=942</guid>
		<description><![CDATA[The “for loop” execute a block of code a specified number of times while a specified condition is true. Syntax for (init; condition; increment) { code to be executed; } The “for” loop holds three parameters. The init can be any piece of code that needs to be executed once at the beginning of the [...]<p><a href="http://www.codingunit.com/php-tutorial-for-loops">PHP Tutorial – For Loops</a> is a post from: <a href="http://www.codingunit.com">CodingUnit Programming Tutorials</a></p>
]]></description>
		<wfw:commentRss>http://www.codingunit.com/php-tutorial-for-loops/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial – do…while Loops</title>
		<link>http://www.codingunit.com/php-tutorial-do-while-loops</link>
		<comments>http://www.codingunit.com/php-tutorial-do-while-loops#comments</comments>
		<pubDate>Sat, 30 Jan 2010 14:43:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[PHP Language Tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.codingunit.com/?p=936</guid>
		<description><![CDATA[The do&#8230;while statement will always execute the block of code once. After this first execute it will check the condition, and repeat the loop (keep executing) while the condition is true. Syntax do { code to be executed; } while (condition); do&#8230;while loop example Ok, let’s look at an example: &#60;html&#62; &#60;body&#62; &#60;?php $x=1; do [...]<p><a href="http://www.codingunit.com/php-tutorial-do-while-loops">PHP Tutorial – do…while Loops</a> is a post from: <a href="http://www.codingunit.com">CodingUnit Programming Tutorials</a></p>
]]></description>
		<wfw:commentRss>http://www.codingunit.com/php-tutorial-do-while-loops/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial – While Loops</title>
		<link>http://www.codingunit.com/php-tutorial-while-loops</link>
		<comments>http://www.codingunit.com/php-tutorial-while-loops#comments</comments>
		<pubDate>Sat, 30 Jan 2010 14:35:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[PHP Language Tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.codingunit.com/?p=932</guid>
		<description><![CDATA[The PHP language has four different kinds of conditioned loops. In this PHP tutorial we will look at the “while” loop. Loops are used to execute a block of code multiple times. In PHP, we have the following loop statements: while &#8211; loop through a block of code while a specified condition is true do&#8230;while [...]<p><a href="http://www.codingunit.com/php-tutorial-while-loops">PHP Tutorial – While Loops</a> is a post from: <a href="http://www.codingunit.com">CodingUnit Programming Tutorials</a></p>
]]></description>
		<wfw:commentRss>http://www.codingunit.com/php-tutorial-while-loops/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
