Welcome Guest, Not a member yet? Register   Sign In
load facebook php sdk from controller
#1

[eluser]niurexx[/eluser]
i try to load facebook from one of my controller but there is a problem with it.. when i run the code and view it using firebug.. an error 500 internal server error displayed..

my code

Code:
<?php


class facebook extends controller
{
    function __construct()
    {
        parent::controller();
    }
    
    function index()
    {
        require './facebook.php;
    }
}


Messages In This Thread
load facebook php sdk from controller - by El Forum - 08-14-2010, 04:21 PM
load facebook php sdk from controller - by El Forum - 08-14-2010, 04:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB