Question
Need help mySQL Insert
First I'm using PHP 5.0, mySQL 4.1.21 and Dreamweaver8
Here's what I'm trying to do
on-line customer fills out a form for contact information. I save this to session variables. Customer goes to next page adds item(s) to cart then goes to checkout page. At this point I'm sure I got a customer so I want to add the session info into a table called customers. I then need to capture the customer id from the insert so that I can add it to the orders table(next step if I ever get through this step)
How do I get dreamweaver to insert info from session variables?
Here's what I'm trying to do
on-line customer fills out a form for contact information. I save this to session variables. Customer goes to next page adds item(s) to cart then goes to checkout page. At this point I'm sure I got a customer so I want to add the session info into a table called customers. I then need to capture the customer id from the insert so that I can add it to the orders table(next step if I ever get through this step)
How do I get dreamweaver to insert info from session variables?
