This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Session_id retreival
Started 14 years ago by drumaboy46 | 3 posts |
-
How can I get the session_id which is temporarily saved in the ap_form_#_review table to populate a hidden fields value so it is actual stored in the ap_form_# table.
I have reviewed this
and can't seem to make it work
Posted 14 years ago # -
never mind got it!
session_start(); $session_id = session_id(); echo "Session id is $session_id";
that should show "Session id is f154f45454a45ge6e5e4"
Posted 14 years ago # -
great! :-)
MachForm Founder
Posted 14 years ago #
Reply
You must log in to post.