Is there way to pass variable via URL?
Becouse I’m trying to do something like this:
<a href="/testy-aparatury/przypomnienie-o-testach/formularz/form/3-wprowadz-aparat&id=18">
but it won’t work (trying to pass id)
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.
Use a question mark to start a query string; the ampersand is used to separate parameters.