Programming
Below all posts categorized in Programming
PHP Scripts to Get Twitter User Profile
How to get complete Twitter user profile with PHP & Twitter API.; So, this PHP scripts for you who are looking for scripts to get complete profile of twitter user via Twitter API (Application Programming Interface). With this scripts you can get name of Twitter user, description, user location, latest tweet, totalPublished by A Faqihuddin Latheif on 2012-12-04 23:26:30
PHP Script - Twitter Trending Topics
How to get the trending topics of twitter with php?; Parsing twitter trending output as an array in PHP. Here the code: OrPublished by A Faqihuddin Latheif on 2013-03-21 22:59:42
PHP + cURL RSS Parser
How to parse RSS feed using PHP and cURL? Here is a simple RSS reader to parse RSS feeds with PHP and cURL.; Using cURL (Client URL Library) is the best option that can be used when setting allow_url_fopen is set to off. allow_url_fopen Off When setting allow_url_fopen is set off, it will not be able to use fopen to open and read the Rss Feed from anotherPublished by A Faqihuddin Latheif on 2013-03-25 11:18:23