Search results

  1. harux10m

    PHP Scripting Issue

    Hello! I used to have an old website where my links were used like this: [domainname]/site/?id=about [domainname]/site/?id=contact instead of: [domainname]/site/about.php [domainname]/site/contact.php using the following code: <?php $code = $_GET['error'] or $code = $_GET['guide'] or...
  2. harux10m

    Apache Issue with DOCUMENT_ROOT

    Hi, I searched through the forums and found a topic that was related to mine. I recently just opened this account and when I tried to use \ <?php include($_SERVER['DOCUMENT_ROOT'] . "/site/layout/includes/lnbInc.php"); ?> It keeps on sending me an error: [31-Aug-2014 00:09:38 America/New_York]...
Top