Jump to content

problem with add then select


scmeeker

Recommended Posts

I have a series of steps a user goes through to add a product.  I'm having a problem with the first going to second page. The first page is a form to input information which has a "add" php file that goes with it that basically Posts and Inserts the information into the table, then moves on to the next page. It also auto increments a new id for the product in the table during this process.

 

The problem is I'm trying to get the product id to carry over to the next page so they can review the information they just input.

 

Any ideas on how I can pull that new id by going from that one page to the next with that move (Form>Insert(form action)>EditPage)? I'm just having a hard time visualizing this because I'm inserting the new product then there's nothing to reference because I can't pinpoint on the id yet.

Link to comment
https://forums.phpfreaks.com/topic/211197-problem-with-add-then-select/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.