Is there a way I can pass a PHP variable from a PHP page to a JQuery page and back to a PHP page?
Share
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.
Maybe I’m wrong but I believe you may be confusing things.
In the end what you are asking for is possible but, by the way you put the question, I though that the above should be clarified.
How to do it?
Say you want to pass
id=123from server to client and then back.<span id="js-val">123</span>id="js-valPOSTorGETthat really depends on what you want.Hope it helps to clear things up.