I am trying to add some variables at the end of an “include“. Is this possible?
Here is the code that DOES NOT WORK:
include('login.php?' . "message=used");
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.
You don’t need to include a querystring. Includes/requires essentially put the included code in place. Just declare whatever variables the includes needs before you include the file: