ميدو مشاكل
18-07-2003, 03:13 PM
hi,
just now i sign up in this site coz i saw wierd thing while i was browsing the site.
there is an error in the forum code. and i think i know whats the error and i can help you get this error fixed.
first you (webmaster) should download all the php files inside this page. then open the following.
index.php read the file when you get to this lines.
include();
require();
include_once();
requre_once();
this command you'll find them wrrten like this
include("function.php"); .. for example
open all the included files and look for the this error
$session[sessionhash];
this is the error inside ur script i'm not sure if $session works but try to change it with
$_SESSION
or
$HTTP_SESSION_VARS
depend on ur php version. then do this
$_SESSION['sessionhash'];
in this case the var can be read from the Session_start()
thats all and if you face any troubles please post it and i'll come here back to check bubye
just now i sign up in this site coz i saw wierd thing while i was browsing the site.
there is an error in the forum code. and i think i know whats the error and i can help you get this error fixed.
first you (webmaster) should download all the php files inside this page. then open the following.
index.php read the file when you get to this lines.
include();
require();
include_once();
requre_once();
this command you'll find them wrrten like this
include("function.php"); .. for example
open all the included files and look for the this error
$session[sessionhash];
this is the error inside ur script i'm not sure if $session works but try to change it with
$_SESSION
or
$HTTP_SESSION_VARS
depend on ur php version. then do this
$_SESSION['sessionhash'];
in this case the var can be read from the Session_start()
thats all and if you face any troubles please post it and i'll come here back to check bubye