Working on a dynamic PHP site and all works with one exception. When I first load the index.php I get a error message flash on screen for about ˝ second and then loads the rest of the pages fine.
The error says its in the first line but I cannot see the problem.
The code is as follows:
<?PHP $x=$_GET['x'];
if (empty($x)) {
$x='bghi_home';
}
?>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum