<?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>Web development &#187; Get Cookie</title>
	<atom:link href="http://sourcecodemoney.com/tag/get-cookie/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourcecodemoney.com</link>
	<description>Use source code for money</description>
	<lastBuildDate>Mon, 21 Nov 2011 12:03:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Set cookie with php</title>
		<link>http://sourcecodemoney.com/set-cookie-with-php/php-code/</link>
		<comments>http://sourcecodemoney.com/set-cookie-with-php/php-code/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 07:33:36 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP code]]></category>
		<category><![CDATA[Cookie]]></category>
		<category><![CDATA[Echo]]></category>
		<category><![CDATA[Get Cookie]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Php Cookie]]></category>
		<category><![CDATA[Set Cookie]]></category>
		<category><![CDATA[Value Time]]></category>

		<guid isPermaLink="false">http://sourcecodemoney.com/?p=8</guid>
		<description><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		Here&#8217;s the code to set and get cookie &#60;?php //set cookie setcookie(&#8220;Cookie1&#8243;, $value); setcookie(&#8220;Cookie2&#8243;, $value, time()+3600); //get cookie echo $_COOKIE["Cookie2"]; ?&#62;]]></description>
			<content:encoded><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		<div id="diggbutton"><a href="http://digg.com/submit?phase=2&amp;url=http://sourcecodemoney.com/set-cookie-with-php/php-code/"><img src="http://sourcecodemoney.com/wp-content/plugins/diggme/digg.png"></a></div><p>Here&#8217;s the code to set and get cookie<br />
<code><br />
&lt;?php</code></p>
<p>//set cookie<br />
setcookie(&#8220;Cookie1&#8243;, $value);<br />
setcookie(&#8220;Cookie2&#8243;, $value, time()+3600);</p>
<p>//get cookie</p>
<p>echo $_COOKIE["Cookie2"];<br />
?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://sourcecodemoney.com/set-cookie-with-php/php-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

