I’m “translating” a PHP class in Java.
I’ve a function that takes a key and checks if it’s in the $_POST array.
How could I do a similar thing from a class Java method?
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.
Look up request.getParameter()
http://www.roseindia.net/jsp/GetParameterMethodOfRequest.shtml