Jump to content

LiamProductions

Members
  • Posts

    496
  • Joined

  • Last visited

    Never

Posts posted by LiamProductions

  1. Hey.

     

    I need some PHP HELP Advice, How should i learn PHP? Right i know how to write functions ect. Should i learn from PHP.net now?

     

    Learn all the strings functions ect?

  2. Hey.

     

    I have a problem and not sure what is wrong: heres the code:

     

    ##########################################
    ## Load cURL class and set default options
    ##########################################
    
    $proxy = new cURL();
    
    ## Set referrer (but only if their browser sends referrer)
    if ( ! empty($_SERVER['HTTP_REFERER']) ) {
    $proxy->setReferrer(deproxifyURL($_SERVER['HTTP_REFERER']));
    }
    
    

     

    I get this error:

     

    Fatal error: Cannot instantiate non-existent class: curl in /home/kidsfree/public_html/Proxy1/browse.php on line 68 

     

    Thanks

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.