<?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>NextDawn Programming Tutorials</title>
	<atom:link href="http://www.nextdawn.nl/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nextdawn.nl</link>
	<description>NextDawn is your online resource for learning to program. Tutorials on C, C++ , Opengl and DirectX.</description>
	<lastBuildDate>Tue, 09 Mar 2010 08:00:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Tutorial – $_REQUEST Function</title>
		<link>http://www.nextdawn.nl/php-tutorial-request-function</link>
		<comments>http://www.nextdawn.nl/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.nextdawn.nl/?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;

&#60;form action="test.php" method="post"&#62;
Your name: &#60;input [...]<p><a href="http://www.nextdawn.nl">Original post by NextDawn.nl</a><br/><br/><a href="http://www.nextdawn.nl/php-tutorial-request-function">PHP Tutorial – $_REQUEST Function</a></p>
]]></description>
		<wfw:commentRss>http://www.nextdawn.nl/php-tutorial-request-function/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial – $_POST Function</title>
		<link>http://www.nextdawn.nl/php-tutorial-post-function</link>
		<comments>http://www.nextdawn.nl/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.nextdawn.nl/?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 the [...]<p><a href="http://www.nextdawn.nl">Original post by NextDawn.nl</a><br/><br/><a href="http://www.nextdawn.nl/php-tutorial-post-function">PHP Tutorial – $_POST Function</a></p>
]]></description>
		<wfw:commentRss>http://www.nextdawn.nl/php-tutorial-post-function/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial – $_GET Function</title>
		<link>http://www.nextdawn.nl/php-tutorial-get-function</link>
		<comments>http://www.nextdawn.nl/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.nextdawn.nl/?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 of [...]<p><a href="http://www.nextdawn.nl">Original post by NextDawn.nl</a><br/><br/><a href="http://www.nextdawn.nl/php-tutorial-get-function">PHP Tutorial – $_GET Function</a></p>
]]></description>
		<wfw:commentRss>http://www.nextdawn.nl/php-tutorial-get-function/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial – Form Handling</title>
		<link>http://www.nextdawn.nl/php-tutorial-form-handling</link>
		<comments>http://www.nextdawn.nl/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.nextdawn.nl/?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: any form [...]<p><a href="http://www.nextdawn.nl">Original post by NextDawn.nl</a><br/><br/><a href="http://www.nextdawn.nl/php-tutorial-form-handling">PHP Tutorial – Form Handling</a></p>
]]></description>
		<wfw:commentRss>http://www.nextdawn.nl/php-tutorial-form-handling/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a Calendar in C</title>
		<link>http://www.nextdawn.nl/how-to-make-a-calendar-in-c</link>
		<comments>http://www.nextdawn.nl/how-to-make-a-calendar-in-c#comments</comments>
		<pubDate>Wed, 03 Feb 2010 16:31:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C Tutorials]]></category>
		<category><![CDATA[C Programming Language Tutorial]]></category>
		<category><![CDATA[C Source]]></category>

		<guid isPermaLink="false">http://www.nextdawn.nl/?p=983</guid>
		<description><![CDATA[In the C tutorial “How to use Time and Date in C” some people asked questions in the comment section about determining dates and day of the week. That’s why we created this tutorial to show you what things you have to lookout for, such as leap years.
Gregorian Calendar and Leap Years
The Gregorian calendar is [...]<p><a href="http://www.nextdawn.nl">Original post by NextDawn.nl</a><br/><br/><a href="http://www.nextdawn.nl/how-to-make-a-calendar-in-c">How to make a Calendar in C</a></p>
]]></description>
		<wfw:commentRss>http://www.nextdawn.nl/how-to-make-a-calendar-in-c/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial – Functions Parameters and Return Values</title>
		<link>http://www.nextdawn.nl/php-tutorial-functions-parameters-and-return-values</link>
		<comments>http://www.nextdawn.nl/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.nextdawn.nl/?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 parameter example:


&#60;html&#62;
&#60;body&#62;

&#60;?php
  [...]<p><a href="http://www.nextdawn.nl">Original post by NextDawn.nl</a><br/><br/><a href="http://www.nextdawn.nl/php-tutorial-functions-parameters-and-return-values">PHP Tutorial – Functions Parameters and Return Values</a></p>
]]></description>
		<wfw:commentRss>http://www.nextdawn.nl/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.nextdawn.nl/php-tutorial-functions</link>
		<comments>http://www.nextdawn.nl/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.nextdawn.nl/?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 of [...]<p><a href="http://www.nextdawn.nl">Original post by NextDawn.nl</a><br/><br/><a href="http://www.nextdawn.nl/php-tutorial-functions">PHP Tutorial – Functions</a></p>
]]></description>
		<wfw:commentRss>http://www.nextdawn.nl/php-tutorial-functions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial – foreach Loop</title>
		<link>http://www.nextdawn.nl/php-tutorial-foreach-loop</link>
		<comments>http://www.nextdawn.nl/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.nextdawn.nl/?p=950</guid>
		<description><![CDATA[The “foreach” 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.nextdawn.nl">Original post by NextDawn.nl</a><br/><br/><a href="http://www.nextdawn.nl/php-tutorial-foreach-loop">PHP Tutorial – foreach Loop</a></p>
]]></description>
		<wfw:commentRss>http://www.nextdawn.nl/php-tutorial-foreach-loop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial – For Loops</title>
		<link>http://www.nextdawn.nl/php-tutorial-for-loops</link>
		<comments>http://www.nextdawn.nl/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.nextdawn.nl/?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 loop. In [...]<p><a href="http://www.nextdawn.nl">Original post by NextDawn.nl</a><br/><br/><a href="http://www.nextdawn.nl/php-tutorial-for-loops">PHP Tutorial – For Loops</a></p>
]]></description>
		<wfw:commentRss>http://www.nextdawn.nl/php-tutorial-for-loops/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial – do…while Loops</title>
		<link>http://www.nextdawn.nl/php-tutorial-do-while-loops</link>
		<comments>http://www.nextdawn.nl/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.nextdawn.nl/?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;
    [...]<p><a href="http://www.nextdawn.nl">Original post by NextDawn.nl</a><br/><br/><a href="http://www.nextdawn.nl/php-tutorial-do-while-loops">PHP Tutorial – do…while Loops</a></p>
]]></description>
		<wfw:commentRss>http://www.nextdawn.nl/php-tutorial-do-while-loops/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
