<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>using PHP to get twitter updates</title>
		<description>Comments for using PHP to get twitter updates at http://inowweb.com , comment 1 to 5 out of 5 comments</description>
		<link>http://inowweb.com</link>
		<lastBuildDate>Fri, 10 Sep 2010 12:42:29 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>...</title>
			<link>http://inowweb.com/blog/20-php/81-using-php-to-get-twitter-updates#comment-52</link>
			<description>Nice, but @get_file_contents doesn't always work, I'm using the following curl functions:

[code]$ch=curl_init($rssUrl);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);

$rss = curl_exec&amp;#40;$ch&amp;#41;;
curl_close($ch);[/code] - seb</description>
			<pubDate>Mon, 08 Mar 2010 17:51:05 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://inowweb.com/blog/20-php/81-using-php-to-get-twitter-updates#comment-34</link>
			<description>Hey found this really useful...thank you very much. - Web Graphic Design</description>
			<pubDate>Sat, 19 Dec 2009 05:23:21 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://inowweb.com/blog/20-php/81-using-php-to-get-twitter-updates#comment-22</link>
			<description>Wow Amazing, getting these twitter updates into my page for sure will boost my SEO. - Edwin</description>
			<pubDate>Wed, 07 Oct 2009 10:42:36 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://inowweb.com/blog/20-php/81-using-php-to-get-twitter-updates#comment-18</link>
			<description>Thank you for sharing. There are many scripts and tools available on the internet that can allow you to integrate twitter on you r website or blog. However a lot of the times you need a simple solution that you can style or customise the code exactly to fit your needs. The examples you have listed here are great. - Web designer</description>
			<pubDate>Sun, 06 Sep 2009 17:07:11 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://inowweb.com/blog/20-php/81-using-php-to-get-twitter-updates#comment-16</link>
			<description>This PHP twitter will help my blog.Thanks for the info. - logodesign</description>
			<pubDate>Wed, 02 Sep 2009 22:39:32 +0100</pubDate>
		</item>
	</channel>
</rss>
