PDA

View Full Version : Need insert code


etron
09-21-2005, 11:02 PM
I need to insert a session variable into my database. Could someone give me the info to insert the members ID into a new table.

I have something like this...
insert into subdreamerdb(id,name) values ('$id','$name');

Not sure what the session variables are for the ID or username. Also what file do I include to allow me to use the session variables?