Search results

  1. S

    PHP include external file!!

    <?php include('exempl/index.php'); include('exempl/super.php'); ?> I think you should code like that.Because some servers were configured to process your code like "../somefile.php" or "/somefile.php" to "root/somefile.php" but another think "/somefile.php" is the peering file
Top