Search results

  1. F

    php session expire

    I've been noticing that my PHP sessions are expiring after rather a short time. I tried to see what the default timeout settings was but access to php_info() wasn't allowed so I'm wondering how I can extend the session life (say to 24hours?). Can I have a local php.ini file? If so, how would I...
  2. F

    php include file using document root

    Hi, Thanks for your reply. I have actually sorted the issue now, it seems that I was confusing myself by having similarly named files in different folders and so there wasnt actually a PHP error, just a human one! Thanks for the help!
  3. F

    php include file using document root

    Hi, I'm trying to include a file using php using the document root ($DOCUMENT_ROOT) method and I'm receiving the following error: Warning: include_once(/home/adam1234/public_html/resources/libraries/facebook/fbmain.php) [function.include-once]: failed to open stream: No such file or...
Top