It’s a $_GET
parameter. When you submit the code, the page receiving it will be able to use $_GET['returnto']
to return you to the page you’re currently on.
Take some time to learn about $_GET
solved What is the “returnto” in this piece of code [closed]