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
Started 1 year 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
never mind got it!
session_start();
$session_id = session_id();
echo "Session id is $session_id";
that should show "Session id is f154f45454a45ge6e5e4"
great! :-)
MachForm Founder
You must log in to post.