0
how can I pass a URL similar to this?
I want to leave something like this:
/questions/ask#comments? approved=true
I know that this way below, works correctly the 2:
/questions/ask?approved=true
/questions/ask#comments
however I wanted to send the 2 parameters via url, it is possible?
The goal of that url is, return the page to the id comments And receive a $_GET[" parameter approved"]
OBS: ignore that, /questions/ask I just took it to complement my example.
If possible keep. If someone else has a similar question, you can resolve through this "thread".
– Valdeir Psr
I’ll keep it then, thank you.
– Nicolas Guilherme Matheus