Yes,
Sorry for being unclear..
I need to send the session ID of the newley registered user to mysql database, then, when they login at a different date and time, I need to pull the same session ID that was entered with the registration information (username, pass ect...)
If you're wandering why, it's because when the user logs in, they will be able to post text-book info. This text-book info will be related to their session ID which will also be the same session ID as the one in the "users" table.
Example:
Database "bookstorebandits:
Table "users":
Session ID,
Username,
Password,
First Name,
Last Name,
Email,
Table "books:
Session ID,
Date,
Title,
Author,
ISBN,
Price,
Here's my current website biult using .lasso, I'm trying to biuld my own using .php. So I need to learn how to do what my programmer did to make my site.
Thanks for any input that you have ...it is very appreciated.
James