robcollier
IS-IT--Management
Will session variables pass the contents of one form to another based on user input
form1
customer_id = 4452
fname = robert
lname = smith
form2
upon entering the customer_id 4452 I'd like the fname and lname fields to be populated.
Can a session variable accomplish this? If so, can you provide sample code?
Thanks in Advance!
form1
customer_id = 4452
fname = robert
lname = smith
form2
upon entering the customer_id 4452 I'd like the fname and lname fields to be populated.
Can a session variable accomplish this? If so, can you provide sample code?
Thanks in Advance!