Can we use input type value in session variable without any form submitting
like there is an input field
now i want to save above input field value in a $_session[‘anyname’]; when there is no form in page.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
in set.php:
in the non-form form page.php:
this will record the value (after a 3 second delay)
test it in test.php:
now it’s in your session with no form submit