PHP
Below all posts categorized in PHP
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
PHP Current URL
How to Get the Current URL with PHP?; Usually, I use this code to get the current page full URL that is shown in the browser URL window. PHP current url without query string. To get the current page URL, you just need to do this: echo currentURL(); If you just want to get page namePublished by A Faqihuddin Latheif on 2013-03-25 15:49:43
PHP Script Blogspot XML Scrapper
Download All Blogspot Posts and Export It to XML file format using PHP Scripts.; Do you have blogspot blog with large numbers of posts and you want to backup it? Sometimes exporting blog via blogger dashboard needs long time and sometime failed. This PHP script just another way to download & export blogspot content to blogspoPublished by A Faqihuddin Latheif on 2013-12-28 22:29:17
PHP Function to Remove Links on Image
PHP code to delete or Clear Links on images in HTML text.;Published by A Faqihuddin Latheif on 2014-12-14 22:56:48