Re: [PHP-WIN] Can't carry over a key parameter from one form to another

2010-09-30 Thread Jacob Kruger
Store values in session variables? First line of the pages would be something like: After that, you can set/get values using the $_SESSION['valueName]' syntax. Suppose the one issue might be if the browser has cookies turned off, but anyway... Stay well Jacob Kruger Blind Biker Skype: Blin

Re: [PHP-WIN] Can't carry over a key parameter from one form to another

2010-09-30 Thread Keith Davis
That's a little vague. Why not merge the forms and set the column name with a session variable, then it will only have to be chosen once. Sent from my all-powerful iPhone 4, Keith Davis 214-906-5183 On Sep 30, 2010, at 1:40 PM, "Bill Mudry" wrote: > A few weeks ago I was able to get a simple