Hi bro, kindly help out with this... <?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/variables/variables.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/variables/random.php'; ?> ..... so how can i include a random page into this file? e.g because i got 67page to include on this page? how can i make it random.
include_once $_SERVER['DOCUMENT_ROOT'] . '/variables/variables.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/variables/random.php'; ?> ..... so how can i include a random page into this file? e.g because i got 67page to include on this page? how can i make it random.
Comment