View Single Post
  #1 (permalink)  
Old 10-02-2003, 02:25 AM
wclew's Avatar
wclew wclew is offline
WebProWorld Member
 
Join Date: Aug 2003
Location: Iowa
Posts: 73
wclew RepRank 0
Default php form submission

I have an html form that is submitted to a php page. Along with the form variables I would like to post a couple of hidden variables, but I don't want these hidden variables to be seen by viewing the source of the page. One thought I had was to submit the form to the php page and have the hidden variables on the php page and then have it automatically submit itself with all the variables to another php page. I am very new to php, is this possible? Or I am open to any better suggestions.
Thanks in advance,
Dennis
Reply With Quote