Hi all,
On the index.php page we have:
Then on the inside page we have been using a url which for many reasons is not what we want. How can we include the thetable.php if the session exists? Thank-you!:PHP Code:<?php
session_start(); // start up your PHP session!
?>
PHP Code:<?php
if (isset($_GET['front']) && $_GET['front'] == '1') {include("thetable.php");}
?>







Bookmarks