/ Published in: PHP
Expand |
Embed | Plain Text
<?php try { $feed = 'http://twitter.com/statuses/user_timeline/41635238.rss'; for($i=0; $i < 5; $i++){ } } catch(Exception $e){} ?>
You need to login to post a comment.
eriksmith on 11/24/10
3 people have marked this snippet as a favorite
<?php try { $feed = 'http://twitter.com/statuses/user_timeline/41635238.rss'; for($i=0; $i < 5; $i++){ } } catch(Exception $e){} ?>
You need to login to post a comment.