HTML Form Values Into SESSION Variable As An Array
I have a html form with 16 fields (https://secure.high-speed-business-club.com//TEMPLATE-order-form-module/?affiliate=0). What is the best way to capture all of these field values
Solution 1:
In order to do this you will have to post your form data to a second page and assign your session variables there.
Once they're assigned you will be able to access them anywhere on the site as long as that session is active.
Post a Comment for "HTML Form Values Into SESSION Variable As An Array"