This does not work because of the need for 's.
Is there a way to insert a $_SESSION['id'] variable into a database?
Thanks.
mysql_query("IN SERT INTO master (id) Values('$_SESSI ON['id']' ) " ) ;
Ken
Is there a way to insert a $_SESSION['id'] variable into a database?
Thanks.
mysql_query("IN SERT INTO master (id) Values('$_SESSI ON['id']' ) " ) ;
Ken
Comment