<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>PHP Programming 101</title>
	<link>http://phpprogramming101.com</link>
	<description>Your basic PHP tutorial site.</description>
	<lastBuildDate>Sat, 23 Aug 2008 01:09:50 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Arrays</title>
		<description>Arrays are what tables are to C-based programming languages and what databases are for SQL-based languages. Arrays or tables as they are sometimes called can be used to store the contents of several variables and to create one, you use the following syntax:

Array(key=>value)

The array in the syntax refers to the ...</description>
		<link>http://phpprogramming101.com/basic-programming/arrays/</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://phpprogramming101.com/basic-programming/getting-started-with-php-programming/</link>
			</item>
	<item>
		<title>PHP BASIC CODING (cont&#8230;)</title>
		<description>(cont....)

V. Operators in PHP

*Arithmetic Operators*

+ addition
- subtraction
* multiplication
/ division
% modulus (division remainder)
++ increment
-- decrement

*Comparison Operators*
== equal to
!= not equal
&#62; greater than
= greater than or equal
&#60;= less than or equal

*Logical Operators*
&#38;&#38; and
&#124;&#124; or
! not 

I know its self explanatory...

VI. IF....Else Statements

If (condition)
	//*Things to be executed if the answer to the condition ...</description>
		<link>http://phpprogramming101.com/uncategorized/php-basic-coding-cont-2/</link>
			</item>
	<item>
		<title>PHP BASIC CODING (cont&#8230;)</title>
		<description>(cont...)
III. PHP Variables

$variablename=value;

Variables are used for storing values such as text string or arrays. And all variables in PHP starts with a ($) dollar sign. There are various rules to be follow before naming a variable. 1) A variable name must start with a letter or an underscore. 2) A ...</description>
		<link>http://phpprogramming101.com/uncategorized/php-basic-coding-cont/</link>
			</item>
	<item>
		<title>PHP BASIC CODING</title>
		<description>Here are some of the basic things to be in mind while coding your dynamic web pages using PHP.

I. PHP basic syntax

	
	
	
	
	

PHP is a script that is place inside a HTML document that's why you need to put the basic codes of HTML such as  and .
PHP is open ...</description>
		<link>http://phpprogramming101.com/uncategorized/php-basic-coding/</link>
			</item>
	<item>
		<title>SERVER REVIEW: APACHE vs. IIS (cont&#8230;)</title>
		<description>(cont...)

On the other hand, Microsoft's Internet Information Server (IIS) is a group of internet servers which has additional fetures for Microsoft operating system such as Windows NT and windows 2000 operating system servers. IIS canâ€™t use Java, Perl and PHP on a .Net platform because Microsoft doesn't support those technologies ...</description>
		<link>http://phpprogramming101.com/php/server-review-apache-vs-iis-cont/</link>
			</item>
	<item>
		<title>SERVER REVIEW: APACHE vs. IIS</title>
		<description>Apache is an open source http server named after the Native American. It is then first release in the year 1995. Now a day, Apache is considered as the most used http server in the world. It is compatible with almost all operating systems like Linux, Windows, Mac and etc. ...</description>
		<link>http://phpprogramming101.com/php/server-review-apache-vs-iis/</link>
			</item>
	<item>
		<title>OPENSOURCE DATABASE: MySQL</title>
		<description>MySQL is a Database Management System (DBMS) that is released in May of 1995. Itâ€™s commonly use for web applications and acts as the database component of different Platforms such as Linux/BSD/Mac/W-A-M-P/Perl/Python and for open-source bug tracking tools like bugzilla. MySQL are essential components of content management systems such as ...</description>
		<link>http://phpprogramming101.com/php/opensource-database-mysql/</link>
			</item>
	<item>
		<title>PHP PROGRAMMING 101: GETTING TO KNOW WHAT IS PHP?</title>
		<description>What is PHP?

PHP is originally known as Personal Homepage but now itâ€™s already known as Hypertext Preprocessor. This general-purpose scripting language was created by Rasmus Lerdorf in 1995. And its main use is to produce Dynamic Web Pages.  

PHP is one of the widely-used scripting languages over the web ...</description>
		<link>http://phpprogramming101.com/php/php-programming-101-getting-to-know-what-is-php/</link>
			</item>
	<item>
		<title>ALL IN ONE PHP SOLUTION: WAMP SERVER:</title>
		<description>WampServer is a WEB DEVELOPMENT SOLUTION that is easy to manage. Because after installing the package, you don't need to touch any of its major settings because itâ€™s completely fix. And with its user friendly Graphical User Interface (GUI) you can immediately and easily understand it without seeking the help ...</description>
		<link>http://phpprogramming101.com/php/all-in-one-php-solution-wamp-server/</link>
			</item>
</channel>
</rss>
