session Id
Posted: Wed Sep 03, 2008 8:26 am
Hey guys i am using
to make a session and then add it to a $Busername..
that works and when i do ECHO $Busername;
that works to but it wont let me add the session id to database
i get this error
Unknown column 's8judj32l4nnuv2hdogq9iddk4' in 'field list'
i want it to be varchar compatible so i can add it to database
can u guys plz help?
is is session ID always different?
Code: Select all
session_start();
$Busername = session_id();
that works and when i do ECHO $Busername;
that works to but it wont let me add the session id to database
i get this error
Unknown column 's8judj32l4nnuv2hdogq9iddk4' in 'field list'
i want it to be varchar compatible so i can add it to database
can u guys plz help?
is is session ID always different?