10.05.2013, 11:30
Please put this code:
Between those two lines in include.inc.php:
Open any page and paste the result here.
It should look like this (just a lot more of it):
You can remove the two lines again afterwards.
Regards
Molt
PHP Code:
echo serialize(get_defined_vars());
exit;
PHP Code:
require_once('include2.inc.php');
// Put it right here
require_once('barbar.php');
It should look like this (just a lot more of it):
Code:
a:2:{s:1:"a";s:1:"b";s:1:"c";s:1:"d";}
Regards
Molt