<?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>Top Web2 &#187; php</title>
	<atom:link href="http://topweb2.net/blog/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://topweb2.net/blog</link>
	<description>Javascript , CSS , XHTML  , Web 2 ,PHP  and more</description>
	<lastBuildDate>Tue, 11 May 2010 13:56:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>stop spam on your blog &#8211; WP Email Guard</title>
		<link>http://topweb2.net/blog/stop-spam-on-your-blog-wp-email-guard</link>
		<comments>http://topweb2.net/blog/stop-spam-on-your-blog-wp-email-guard#comments</comments>
		<pubDate>Thu, 10 Sep 2009 13:10:25 +0000</pubDate>
		<dc:creator>Net Code</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://topweb2.net/blog/?p=64</guid>
		<description><![CDATA[did you getting tired from spammers , are you afraid of post any emails in your posts to avoid spammers crawlers , do you tried any solutions before , now post emails easly and without fear with this awesome plugin , get it now from here http://wordpress.org/extend/plugins/wp-email-guard/

the idea behind this plugin is to replace normal email [...]]]></description>
			<content:encoded><![CDATA[<p>did you getting tired from spammers , are you afraid of post any emails in your posts to avoid spammers crawlers , do you tried any solutions before , now post emails easly and without fear with this awesome plugin , get it now from here <a href="http://wordpress.org/extend/plugins/wp-email-guard/" target="_blank">http://wordpress.org/extend/plugins/wp-email-guard/</a></p>
<p><span id="more-64"></span></p>
<p>the idea behind this plugin is to replace normal email with special javascript code which the spammers cant crawel and read it so the email remain secure and at the same time it simple and readable for humans  , enjoy it and if you like it please rate us in wordpress plugins</p>
]]></content:encoded>
			<wfw:commentRss>http://topweb2.net/blog/stop-spam-on-your-blog-wp-email-guard/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>setting default timezone in php</title>
		<link>http://topweb2.net/blog/setting-default-timezone-in-php</link>
		<comments>http://topweb2.net/blog/setting-default-timezone-in-php#comments</comments>
		<pubDate>Tue, 07 Apr 2009 14:35:29 +0000</pubDate>
		<dc:creator>Net Code</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://topweb2.net/?p=32</guid>
		<description><![CDATA[there is many situations that you need to set the default timezone before you use date or time function such as date()
for example if your script user not in the country that you have the server or hosting on and you want to record lastlogin time , yes you are in trouble
there is many ways [...]]]></description>
			<content:encoded><![CDATA[<p>there is many situations that you need to set the default timezone before you use date or time function such as date()<br />
for example if your script user not in the country that you have the server or hosting on and you want to record lastlogin time , yes you are in trouble</p>
<p>there is many ways to do that<br />
you can modify the .htaccess</p>
<p><code><br />
php_value date.timezone America/New_York<br />
</code></p>
<p>but notice you must have php5 enabled in the server so you can use this</p>
<p>another one that i prefer is from your script not from htaccess<br />
you can add this line in your php script before you use any date/time functions</p>
<p><code><br />
date_default_timezone_set('America/New_York');<br />
</code></p>
<p>so you can modify default time zone in php use htaccess or php funciton date_default_timezone_set</p>
<p>enjoy <img src='http://topweb2.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://topweb2.net/blog/setting-default-timezone-in-php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
