in reply to Trouble passing values through hidden fields

Ovid is right about security matters. Taint checking will flag lots of things in the scripts as shown, but once you correct them things will be more robust.

Everything else looks like it should work, on my brief perusal of your scripts. Perhaps you could reply and post code from the first form -- the one that sends data to the first script you've posted here. There may be something incorrect there, preventing anything from being posted to your script.

  • Comment on Re: Trouble passing values through hidden fields