Hi All,
I am trying to pass value from a page to another page through session
variable.
session_start() ;
$_SESSION["ses_aid"] = $value("aid");
.....
$_SESSION["ses_aid"] has value within its original page. But
$_SESSION["ses_aid"] has empty value in another page. Even I have
placed session_start() ; in every page.
I have developed the site in Windows Vista Home Premium with latest
version of both PHP and mySQL.
Could you please help me because i need it urgently?
I am trying to pass value from a page to another page through session
variable.
session_start() ;
$_SESSION["ses_aid"] = $value("aid");
.....
$_SESSION["ses_aid"] has value within its original page. But
$_SESSION["ses_aid"] has empty value in another page. Even I have
placed session_start() ; in every page.
I have developed the site in Windows Vista Home Premium with latest
version of both PHP and mySQL.
Could you please help me because i need it urgently?
Comment