<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Set Cookies in PHP</title>
	<atom:link href="http://www.phpgenious.com/2009/04/set-cookies-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpgenious.com/2009/04/set-cookies-in-php/</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 01:35:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Dsfsdf</title>
		<link>http://www.phpgenious.com/2009/04/set-cookies-in-php/comment-page-1/#comment-10376</link>
		<dc:creator>Dsfsdf</dc:creator>
		<pubDate>Sat, 26 Feb 2011 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpgenious.com/?p=305#comment-10376</guid>
		<description>sadsd</description>
		<content:encoded><![CDATA[<p>sadsd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Obasamu</title>
		<link>http://www.phpgenious.com/2009/04/set-cookies-in-php/comment-page-1/#comment-10277</link>
		<dc:creator>Obasamu</dc:creator>
		<pubDate>Sat, 09 Oct 2010 13:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpgenious.com/?p=305#comment-10277</guid>
		<description>nice tutorial</description>
		<content:encoded><![CDATA[<p>nice tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zwubber</title>
		<link>http://www.phpgenious.com/2009/04/set-cookies-in-php/comment-page-1/#comment-9634</link>
		<dc:creator>Zwubber</dc:creator>
		<pubDate>Wed, 08 Sep 2010 15:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpgenious.com/?p=305#comment-9634</guid>
		<description>That&#039;s a cookie which lives for one whole day, but what OnLine needs is a cookie that will expires at the end of the day(23:59). Is that an easy thing to do?</description>
		<content:encoded><![CDATA[<p>That&#8217;s a cookie which lives for one whole day, but what OnLine needs is a cookie that will expires at the end of the day(23:59). Is that an easy thing to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.phpgenious.com/2009/04/set-cookies-in-php/comment-page-1/#comment-5647</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 09 Feb 2010 05:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpgenious.com/?p=305#comment-5647</guid>
		<description>Hello,

If you want to set a cookies which expires at the end of the day, you have just write below code :

$cookie_life = time() + 86400;
setcookie(‘username’, $name, $cookie_life);

Here 86400 is the seconds of 1 day(24 hours).

If you have any query about this, please comment on this.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>If you want to set a cookies which expires at the end of the day, you have just write below code :</p>
<p>$cookie_life = time() + 86400;<br />
setcookie(‘username’, $name, $cookie_life);</p>
<p>Here 86400 is the seconds of 1 day(24 hours).</p>
<p>If you have any query about this, please comment on this.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.phpgenious.com/2009/04/set-cookies-in-php/comment-page-1/#comment-10233</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 09 Feb 2010 05:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpgenious.com/?p=305#comment-10233</guid>
		<description>Hello,

If you want to set a cookies which expires at the end of the day, you have just write below code :

$cookie_life = time() + 86400;
setcookie(‘username’, $name, $cookie_life);

Here 86400 is the seconds of 1 day(24 hours).

If you have any query about this, please comment on this.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>If you want to set a cookies which expires at the end of the day, you have just write below code :</p>
<p>$cookie_life = time() + 86400;<br />
setcookie(‘username’, $name, $cookie_life);</p>
<p>Here 86400 is the seconds of 1 day(24 hours).</p>
<p>If you have any query about this, please comment on this.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OnLine</title>
		<link>http://www.phpgenious.com/2009/04/set-cookies-in-php/comment-page-1/#comment-5646</link>
		<dc:creator>OnLine</dc:creator>
		<pubDate>Mon, 08 Feb 2010 11:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpgenious.com/?p=305#comment-5646</guid>
		<description>Hello
How can I set a cookies that expires at the end of the day?
Thanks</description>
		<content:encoded><![CDATA[<p>Hello<br />
How can I set a cookies that expires at the end of the day?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OnLine</title>
		<link>http://www.phpgenious.com/2009/04/set-cookies-in-php/comment-page-1/#comment-10232</link>
		<dc:creator>OnLine</dc:creator>
		<pubDate>Mon, 08 Feb 2010 11:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpgenious.com/?p=305#comment-10232</guid>
		<description>Hello
How can I set a cookies that expires at the end of the day?
Thanks</description>
		<content:encoded><![CDATA[<p>Hello<br />
How can I set a cookies that expires at the end of the day?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.phpgenious.com/2009/04/set-cookies-in-php/comment-page-1/#comment-3717</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 07 Jul 2009 10:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpgenious.com/?p=305#comment-3717</guid>
		<description>Thanks westporch for comment..
I you have knowledge about any php topic then you can share via phpgenious.com.

Thanks..</description>
		<content:encoded><![CDATA[<p>Thanks westporch for comment..<br />
I you have knowledge about any php topic then you can share via phpgenious.com.</p>
<p>Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.phpgenious.com/2009/04/set-cookies-in-php/comment-page-1/#comment-10231</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 07 Jul 2009 10:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpgenious.com/?p=305#comment-10231</guid>
		<description>Thanks westporch for comment..
I you have knowledge about any php topic then you can share via phpgenious.com.

Thanks..</description>
		<content:encoded><![CDATA[<p>Thanks westporch for comment..<br />
I you have knowledge about any php topic then you can share via phpgenious.com.</p>
<p>Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: westporch</title>
		<link>http://www.phpgenious.com/2009/04/set-cookies-in-php/comment-page-1/#comment-3701</link>
		<dc:creator>westporch</dc:creator>
		<pubDate>Mon, 06 Jul 2009 14:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpgenious.com/?p=305#comment-3701</guid>
		<description>Hello, admin.
I&#039;m korea student. major in computer
Explanation of Setcookies function is very good. :)</description>
		<content:encoded><![CDATA[<p>Hello, admin.<br />
I&#8217;m korea student. major in computer<br />
Explanation of Setcookies function is very good. <img src='http://www.phpgenious.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
