Create a new page eg: error.php
then add this code to it
Then goto that page and it will tell you why you have a white pagePHP Code:<?php
$page = $_GET["page"];
if(!isset($page)) $page = 'index.php';
error_reporting (E_ALL);
ini_set ('display_errors', true);
include($page);
?>



LinkBack URL
About LinkBacks
Reply With Quote
[Only registered and activated users can see links. 



Bookmarks