PHP Parse Facebook Friends

PHP Parse Facebook Friends

The following tutorial will show you how to export your Facebook friends, parse JSON using PHP, and import into a MySQL table.

PHP Detect Browser Language

PHP Detect Browser Language

Need to know your visitor’s language? Detecting a browser’s language setting can quickly be accomplished with one line of PHP.

Get Visitor IP Address Using PHP

Get Visitor IP Address Using PHP

The following PHP code example can be used to get the unique IP address for a visitor viewing a web page and display the IP address.