File Manager

Current Path : /webspace/www.babilon.be/html/modules/CGExtensions/lib/http/
Upload File :
Current File : //webspace/www.babilon.be/html/modules/CGExtensions/lib/http/test_fbapp.php

<?php

// Include the Http Class
include_once('class.http.php');

// Instantiate it
$http = new Http();

// Get Facebook Application page
$http->execute('http://www.facebook.com/apps/index.php');

// Show result page or error if occurred
echo ($http->error) ? $http->error : $http->result;

?>

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com