in reply to Re: Updating a new column entry for CGI::Session 'sessions' table
in thread Updating a new column entry for CGI::Session 'sessions' table
The $user_id is verified to be a real value and not NULL. I even tried hard-coding in my code:
$sth = $dbh->do ("UPDATE sessions SET user_id='20' WHERE id='$CGISESSID'");Still I got the same results
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Updating a new column entry for CGI::Session 'sessions' table
by EvdB (Deacon) on Mar 25, 2004 at 14:17 UTC | |
by soon_j (Scribe) on Mar 25, 2004 at 14:26 UTC |