Hello boardies,
I getting the following Error:
Quote:
Fatal error: Cannot redeclare stripslashesarray() in /homepages/34/d26705199/htdocs/dsluser/forum/global.php on line 31
|
On the top of the page I have in my code:
PHP Code:
<?php
chdir("../forum/");
require('./global.php');
?>
If I dont paste this code I have sometimes a header error (can not add header...), but only sometimes...
Could ya help me?