I'm trying to insert a session id to a table but am not sure of the code can
anyone help.
Something like:
$result= MYSQL_QUERY("IN SERT INTO cart (cartId)".
"VALUES ('session_id()' )");
anyone help.
Something like:
$result= MYSQL_QUERY("IN SERT INTO cart (cartId)".
"VALUES ('session_id()' )");
Comment