Page 1 of 1

PHP File as Temp Data Storage --ASAP Please

Posted: Wed Feb 17, 2010 2:30 am
by nblackwood
Hi everyone. I have a problem. I have a program flow for a quote engine I'm developing for a client. The way we are trying to do it is that information sent from 'page.php' will be sent to confirm.php as data confirmation for the user and as a "form to email to database" of sorts for the company. I know how to display info from a form on the preceding page, but I can't get it to find the data from 2 or more pages back. I've already tried sessions, which I can't get to work the way I need, and I've also tried $_POST, $_GET and $_REQUEST. Hidden fields aren't an option, as that would require too much modification to code already in place. Cookies aren't an option, as the client wants to remain mobile friendly. The other issue is I have a deadline of 9 AM, Arizona time. Any help would be greatly appreciated.

Re: PHP File as Temp Data Storage --ASAP Please

Posted: Wed Feb 17, 2010 3:13 am
by requinix
Well it looks like you'll have to get sessions working then, eh?

If you post code we can probably help.