<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>PHP GURU</title>
	
	<link>http://phpguru.biz/blog</link>
	<description>Get Complete knowledge about PHP HTML CSS DataBase JavaScipt</description>
	<lastBuildDate>Wed, 25 Nov 2009 12:55:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/phpguru/MgcT" /><feedburner:info uri="phpguru/mgct" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>PHP Functions</title>
		<link>http://phpguru.biz/blog/function/php-functions/</link>
		<comments>http://phpguru.biz/blog/function/php-functions/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 12:55:35 +0000</pubDate>
		<dc:creator>joseph</dc:creator>
				<category><![CDATA[Function]]></category>
		<category><![CDATA[enter value in function]]></category>
		<category><![CDATA[how tomake function]]></category>
		<category><![CDATA[php function]]></category>
		<category><![CDATA[what is function in php]]></category>

		<guid isPermaLink="false">http://phpguru.biz/blog/?p=62</guid>
		<description><![CDATA[The real power of PHP comes from its functions.
In PHP, there are more than 700 built-in functions.
For a complete reference and examples of the built-in functions
in this chapter we will show you how to create your own functions.
To keep the browser from executing a script when the page loads, you can put  your script [...]]]></description>
		<wfw:commentRss>http://phpguru.biz/blog/function/php-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sessions and Cookies in PHP</title>
		<link>http://phpguru.biz/blog/find-php-tutorial/sessions-and-cookies-in-php/</link>
		<comments>http://phpguru.biz/blog/find-php-tutorial/sessions-and-cookies-in-php/#comments</comments>
		<pubDate>Thu, 22 May 2008 09:37:25 +0000</pubDate>
		<dc:creator>joseph</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Sessions Vs Cookies]]></category>

		<guid isPermaLink="false">http://phpguru.biz/blog/?p=61</guid>
		<description><![CDATA[ 
The protocol used to run web pages is the HTTP protocol. This is a stateless protocol. That is, the web server does not track the behavior of individual users. Each ask for comes to the web server are treated as sole. Hence it is not possible to decide which user made a request at [...]]]></description>
		<wfw:commentRss>http://phpguru.biz/blog/find-php-tutorial/sessions-and-cookies-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Information about PHP Filter</title>
		<link>http://phpguru.biz/blog/function/information-about-php-filter/</link>
		<comments>http://phpguru.biz/blog/function/information-about-php-filter/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 07:30:38 +0000</pubDate>
		<dc:creator>chintan</dc:creator>
				<category><![CDATA[Function]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[details]]></category>
		<category><![CDATA[Filter]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://phpguru.biz/blog/index.php/function/information-about-php-filter/</guid>
		<description><![CDATA[This PHP filters is used to validate and filter data coming from insecure sources, like user input.
Installation
The filter functions are part of the PHP core. There is no installation needed to use these functions.
PHP Filter Functions
PHP: indicates the earliest version of PHP that supports the function.


Function
Description
PHP version


filter_has_var()
Checks if a variable of a specified input type [...]]]></description>
		<wfw:commentRss>http://phpguru.biz/blog/function/information-about-php-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction Of PHP Zip File</title>
		<link>http://phpguru.biz/blog/purpose/introduction-of-php-zip-file/</link>
		<comments>http://phpguru.biz/blog/purpose/introduction-of-php-zip-file/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 06:34:31 +0000</pubDate>
		<dc:creator>chintan</dc:creator>
				<category><![CDATA[Purpose]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[PHP 5]]></category>
		<category><![CDATA[PHP version]]></category>
		<category><![CDATA[PHP Zip File]]></category>
		<category><![CDATA[setting]]></category>

		<guid isPermaLink="false">http://phpguru.biz/blog/index.php/purpose/introduction-of-php-zip-file/</guid>
		<description><![CDATA[
The Zip files functions let you to read ZIP files.
Installation

For the Zip file functions to work on your server, these libraries must be installed:

  The ZZIPlib library by
Guido Draheim: Download the ZZIPlib library 

  The Zip PELC
extension:Â  Download the Zip PELC extension


Installation on Linux Systems
PHP 5+: Zip functions and the Zip
library is [...]]]></description>
		<wfw:commentRss>http://phpguru.biz/blog/purpose/introduction-of-php-zip-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction OF PHP HTTP</title>
		<link>http://phpguru.biz/blog/find-php-tutorial/introduction-of-php-http/</link>
		<comments>http://phpguru.biz/blog/find-php-tutorial/introduction-of-php-http/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 06:14:51 +0000</pubDate>
		<dc:creator>chintan</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://phpguru.biz/blog/index.php/find-php-tutorial/introduction-of-php-http/</guid>
		<description><![CDATA[The HTTP functions let you influence information sent to the browser by the Web server, before any other output has been sent.
Installation
The index functions are part of the PHP core. There is no installation needed to employ these functions.
PHP HTTP Functions
PHP: indicates the earliest version of PHP that ropes the function.


Function
Description
PHP version


header()
Sends a raw HTTP [...]]]></description>
		<wfw:commentRss>http://phpguru.biz/blog/find-php-tutorial/introduction-of-php-http/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

