I passed two parameters in the URL. Now I need to retrieve the parameters log_id and dogID onto the next page to process a form.
But I can retrieve the first parameter but i cannot retrieve the second parameter.
Im using
$log_id= $_SESSION["userid"];
$dogID = $_SESSION["dogID"];
Is there another way to get this?