I'm new to PHPRunner, but old to PHP. I like the program so far, but I've come up against something mildly difficult. I would like to add a confirmation submission page when adding a record. The flow would be like so. User submits data, user is directed to confirmation page, user confirms data, user is directed to yet another page that submits the data to the database and shows a pretty reciept, closely based on the printer version of the page.
So I've added a page redirect event before the addition of the record, but then I lose the post data. I've come across a few user functions that allow the forwarding of post data with a mild amount of setup, but nothing that makes it easy.
Anyone else done this yet?