<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>PHP Programming Guide</title>
	<link>http://phpprogrammingguide.com</link>
	<description>Where You Learn PHP the easy way</description>
	<lastBuildDate>Tue, 25 Nov 2008 04:12:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Time and Date Function</title>
		<description>

 Image Source:       

One of the most important simple functions we use  when we work on PHP is the Time and Date functions. It performs two things. The Time () function being responsible for the assignment of each date and time, a number ...</description>
		<link>http://phpprogrammingguide.com/basic-programming/time-and-date-function/</link>
			</item>
	<item>
		<title>Whats next for PHP?</title>
		<description>

 Image Source:filemaker.com           

When you've finished studying the learning curbs of PHP5, you will most likely wonder what is in store for PHP development in the near future. Where will this indispensable programming language headed in the next year? As ...</description>
		<link>http://phpprogrammingguide.com/information/whats-next-for-php/</link>
			</item>
	<item>
		<title>The HTTP Header</title>
		<description>
 Image Source: content.answers.com         

People who are just starting to learn HTML may hear developers  terms such as  HTTP header and simply think that it is the same with a header of an HTML document. Big Mistake.  The HTML ...</description>
		<link>http://phpprogrammingguide.com/basic-programming/the-http-header/</link>
			</item>
	<item>
		<title>Things To Remember on PHP</title>
		<description>
Image Source:www.faqs.org

Do you know what if felt like when you’re forgetting something and you promised to remember even just for one day? It felt like not having sessions in your website. Sessions in PHP temporarily saves important data that is needed for browsing the whole site, into the server for ...</description>
		<link>http://phpprogrammingguide.com/information/things-to-remember-on-php/</link>
			</item>
	<item>
		<title>Arrays : Changing cases</title>
		<description>This form of array declaration allows one to change the case from uppercase to lowercase and vice versa. The syntax goes as follows:

array_change_key_case(array,case)

The array part, specifies which table or array to use and is a required field which is not the case with the key which is automatically assigned a ...</description>
		<link>http://phpprogrammingguide.com/basic-programming/arrays-%e2%80%93-changing-cases/</link>
			</item>
	<item>
		<title>Getting Started with PHP Programming</title>
		<description>The first step to get us on our way to programming in PHP would be to set up an ideal development environment. You need a Web Server software like Apache (which would be what we are going to use) which is only one of many out there. Most of these ...</description>
		<link>http://phpprogrammingguide.com/basic-programming/getting-started-with-php-programming/</link>
			</item>
	<item>
		<title>Post Variable Continued and the $_REQUEST variable</title>
		<description>The "welcome.php" file can now utilize the $_POST variable to catch the data contained within the form as with the request variable in the previous posts, the form fields will automatically be the ID keys in the $_POST array. This variable would be very useful for passwords and user name ...</description>
		<link>http://phpprogrammingguide.com/basic-programming/post-variable-continued-and-the-_request-variable/</link>
			</item>
	<item>
		<title>The $_Post Variable</title>
		<description>The $_POST Variable
The variable is an array of variable names and values that is sent by the HTTP POST method. The $_POST variable is used to collect values from a form with the method="post". The information sent from a form through this method is invisible to others and has no ...</description>
		<link>http://phpprogrammingguide.com/basic-programming/the-_request-variable/</link>
			</item>
	<item>
		<title>Forms - Get Variable continued</title>
		<description>The file "welcome.php" can now use the $_GET variable to obtain all the required information which is shown on the address bar. As it does that, all the name fields of the form will automatically be the ID keys in the $_GET array variable.

Welcome .
You are years old!

The use of ...</description>
		<link>http://phpprogrammingguide.com/basic-programming/forms-get-variable-continued/</link>
			</item>
	<item>
		<title>PHP $_GET</title>
		<description>The $_GET variable is an array of variable names with the corresponding values sent by the HTTP GET method. It is used to collect values from a form by using the method="get". All information sent by a form using this method is visible to all on the browser's address bar ...</description>
		<link>http://phpprogrammingguide.com/basic-programming/php-_get/</link>
			</item>
</channel>
</rss>
