<?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>CodeHelper.in &#187; PHP Scripts</title>
	<atom:link href="http://code.24by7info.net/category/php/php-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.24by7info.net</link>
	<description></description>
	<lastBuildDate>Thu, 08 Dec 2011 17:47:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SEO Friendly URLs with PHP</title>
		<link>http://code.24by7info.net/seo-friendly-urls-with-php/</link>
		<comments>http://code.24by7info.net/seo-friendly-urls-with-php/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 11:36:09 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[MySql]]></category>
		<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[download code]]></category>
		<category><![CDATA[download mysql code]]></category>
		<category><![CDATA[download php code]]></category>
		<category><![CDATA[Friendly URLs]]></category>
		<category><![CDATA[Friendly URLs creation using php]]></category>
		<category><![CDATA[short urls creation using php]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=457</guid>
		<description><![CDATA[This post explains how to create SEO friendly URL with dynamic content using PHP and .htaccess mod redirection. Friendly URLs improves your site search engines ranking. Before trying this you have to enable mod_rewrite.so module at httpd.conf. It’s simple just few lines of PHP code converting title data to clean URL format. Download Code for [...]]]></description>
			<content:encoded><![CDATA[This post explains how to create SEO friendly URL with dynamic content using PHP and .htaccess mod redirection. Friendly URLs improves your site search engines ranking. 

Before trying this you have to enable mod_rewrite.so module at httpd.conf. It]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/seo-friendly-urls-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Login with Facebook and Twitter on Your Website</title>
		<link>http://code.24by7info.net/login-with-facebook-and-twitter-on-your-website/</link>
		<comments>http://code.24by7info.net/login-with-facebook-and-twitter-on-your-website/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 17:00:35 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Login with Facebook]]></category>
		<category><![CDATA[Login with Facebook on website]]></category>
		<category><![CDATA[Login with social network website]]></category>
		<category><![CDATA[Login with Twitter]]></category>
		<category><![CDATA[Login with twitter on your website]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=440</guid>
		<description><![CDATA[Facebook and Twitter have become large in the social network world and both networks offering oAuth support. We developed a system to login with Twitter and Facebook. Nowadays web users not interested to filling the big registration forms. This scrip]]></description>
			<content:encoded><![CDATA[Facebook and Twitter have become large in the social network world and both networks offering oAuth support. We developed a system to login with Twitter and Facebook. Nowadays web users not interested to filling the big registration forms. This scrip]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/login-with-facebook-and-twitter-on-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Captcha Code example</title>
		<link>http://code.24by7info.net/php-captcha-code-example/</link>
		<comments>http://code.24by7info.net/php-captcha-code-example/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 12:52:41 +0000</pubDate>
		<dc:creator>Kalyani</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Captcha Code]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=403</guid>
		<description><![CDATA[how to create a Captcha in PHP. We are using some of the features available in PHP for creating an image. This is very simple and basic tutorial and we are not using any custom fonts for generating captcha image. And we aleready know that captcha]]></description>
			<content:encoded><![CDATA[how to create a Captcha in PHP.
We are  using some of the features available in PHP for creating an image. This  is very simple and basic tutorial and we are not using any custom fonts  for generating captcha image. And we aleready know that captcha]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/php-captcha-code-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook signup on website</title>
		<link>http://code.24by7info.net/user-signup-using-facebook-data/</link>
		<comments>http://code.24by7info.net/user-signup-using-facebook-data/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 13:15:50 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Adding a custom field in facebook registration form]]></category>
		<category><![CDATA[Creating Facebook App]]></category>
		<category><![CDATA[Designing the Database]]></category>
		<category><![CDATA[Designing the Registration Form]]></category>
		<category><![CDATA[Facebook Data Reading and Storing the Callback]]></category>
		<category><![CDATA[Signup using Facebook]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=411</guid>
		<description><![CDATA[Using facebook registration plug-in users can easily sign up on your website using facebook data. With one simple facebook login the form will be filled with user appropriate data. This plug-in is a simple iframe you can place it anywhere on your]]></description>
			<content:encoded><![CDATA[Using facebook registration plug-in users can easily sign up on your  website using facebook data.  With one simple facebook login the form  will be filled with user appropriate data. This plug-in is a simple  iframe you can place it anywhere on your]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/user-signup-using-facebook-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortening URL with PHP and Bit.ly</title>
		<link>http://code.24by7info.net/shortening-url-with-php-and-bit-ly/</link>
		<comments>http://code.24by7info.net/shortening-url-with-php-and-bit-ly/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 10:31:43 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Signup for Bit.ly API key]]></category>
		<category><![CDATA[Using Bit.ly PHP API]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/2010/10/shortening-url-with-php-and-bit-ly/</guid>
		<description><![CDATA[URL shortening services became really popular after Twitter went mainstream. The leader in URL shortening services is definitely Bit.ly. In this tutorial i will briefly describe how to use it’s API to autmoatically sorten an URL address. Si]]></description>
			<content:encoded><![CDATA[URL shortening services became really popular after Twitter went  mainstream. The leader in URL shortening services is definitely Bit.ly.  In this tutorial i will briefly describe how to use it’s API to  autmoatically sorten an URL address.


Si]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/shortening-url-with-php-and-bit-ly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using PHP cURL to read RSS feed XML</title>
		<link>http://code.24by7info.net/using-php-curl-to-read-rss-feed-xml-2/</link>
		<comments>http://code.24by7info.net/using-php-curl-to-read-rss-feed-xml-2/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 10:16:48 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Scripts]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=298</guid>
		<description><![CDATA[Reading Rss feeds using cURL I very rearly, use feeds, i prefer to go to my favourite website and see what is going on instead of downloading their content to my computer with some RSS reader. However the fact is feeds are getting popular]]></description>
			<content:encoded><![CDATA[

Reading Rss feeds using cURL

I very rearly, use feeds, i prefer to go to my favourite website and  see what is going on instead of downloading their content to my computer  with some RSS reader.

However the fact is feeds are getting popular]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/using-php-curl-to-read-rss-feed-xml-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP to read RSS feed XML</title>
		<link>http://code.24by7info.net/php-to-read-rss-feed-xml/</link>
		<comments>http://code.24by7info.net/php-to-read-rss-feed-xml/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 06:31:10 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[php code for rss feeds]]></category>
		<category><![CDATA[Read an RSS Feed With PHP]]></category>
		<category><![CDATA[Rss Feed read with php]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/2010/10/using-php-curl-to-read-rss-feed-xml/</guid>
		<description><![CDATA[I very rearly, use feeds, i prefer to go to my favourite website and see what is going on instead of downloading their content to my computer with some RSS reader. However the fact is feeds are getting popular and people are searching for a ways t]]></description>
			<content:encoded><![CDATA[I very rearly, use feeds, i prefer to go to my favourite website and  see what is going on instead of downloading their content to my computer  with some RSS reader. However the fact is feeds are getting popular and  people are searching for a ways t]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/php-to-read-rss-feed-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poll with Jquery,Javascript and Php</title>
		<link>http://code.24by7info.net/poll-with-jqueryjavascript-and-php/</link>
		<comments>http://code.24by7info.net/poll-with-jqueryjavascript-and-php/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 12:43:44 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Javascript polls]]></category>
		<category><![CDATA[php polls]]></category>
		<category><![CDATA[Poll with Jquery]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=254</guid>
		<description><![CDATA[When you combine some neat functionality courtesy of PHP with the cleverness of jQuery you can produce some pretty cool results. In this tutorial we’ll create a poll using PHP and XHTML, then make use of some jQuery Ajax effects]]></description>
			<content:encoded><![CDATA[







When you combine some neat functionality courtesy of PHP with the cleverness of jQuery you can produce some pretty cool results. In this tutorial we’ll create a poll using PHP and XHTML,

then make use of some jQuery Ajax effects ]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/poll-with-jqueryjavascript-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Poll script using PHP, MySQL</title>
		<link>http://code.24by7info.net/online-poll-script-using-php-mysql/</link>
		<comments>http://code.24by7info.net/online-poll-script-using-php-mysql/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 06:43:05 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[MySql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Online Poll script using PHP]]></category>
		<category><![CDATA[Polling script using PHP]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=249</guid>
		<description><![CDATA[Polls are used to get the opinions of the visitors on different options and issues. We will use PHP to develop one on line poll script. We will use MySQL database to store the questions and answers. Here we will take care that on]]></description>
			<content:encoded><![CDATA[







Polls are used to get the opinions of the visitors on different options  and issues. We will use PHP to develop one on line poll script. We will  use MySQL database to store the questions and answers.

Here we will take care that on]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/online-poll-script-using-php-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Side Form Validation using Regular Expressions</title>
		<link>http://code.24by7info.net/server-side-form-validation-using-regular-expressions/</link>
		<comments>http://code.24by7info.net/server-side-form-validation-using-regular-expressions/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 05:18:14 +0000</pubDate>
		<dc:creator>anki</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[example for regular expressions]]></category>
		<category><![CDATA[how to use the reqular expression]]></category>
		<category><![CDATA[Regular Expression validations]]></category>
		<category><![CDATA[Server Side Form Validation using Regular Expressions]]></category>

		<guid isPermaLink="false">http://code.24by7info.net/?p=243</guid>
		<description><![CDATA[Server Side Form Validation using Regular Expressions, one of the reader commented like this "If I disable Javascript?". So in this post I given a simple example about "Server Side Form Validation using Regular Expressions ". Click here to]]></description>
			<content:encoded><![CDATA[

Server Side Form Validation using Regular Expressions, one of the reader commented like this "If I disable Javascript?".

So in this post I given a simple example about "Server Side Form Validation using Regular Expressions ".

Click here to ]]></content:encoded>
			<wfw:commentRss>http://code.24by7info.net/server-side-form-validation-using-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

