For example we can not run javascript commonly used, but must use FBJS, a little bit different. Even we can not use jQuery in our FBML application. Therefore here we will learn how to create a custom selector using Facebook Friend Graph API and jQuery.
Remote Upload To Imageshack With PHP cURL
Actually Imageshack.us already have remote upload feature that allows us to upload photos from another url, which means we do not need to upload from our hard drive directly. But sometimes for you as web developers want to do remote upload process took place in the background, so users of your application will accept only the final outcome. This time we will use a remote service from ImageShack upload http://freedirectlink.com.
How To Get Visitor’s Ip And Country Code With PHP
Have you wanted a complete data such as IP and your visitors Country from visitors? Many applications of statistics site that offers this feature as http://histats.com or http://statcounter.com. But what if you want the ability and Country IP detection is integrated with your PHP applications? Here we will learn how to get data from the [...]
Get File Size From Remote File With PHP
To get the file size of local files in PHP, we can use the filesize () (http://php.net/manual/en/function.filesize.php), the function will produce the size of the requested file in bytes size. Unfortunately, these functions can not be used on remote files, or files which are beyond our servers. There are several ways you can use to read the file size of remote files using basic functions exist in PHP.