I am very beginner in php.I need to know how to fetch the data from the url and pass it to another page using html.
http://localhost/userdetails.php?branchId=2
This is my url i need to get the value branchId=2
and pass it to next page userdetails.2php
what is the syntax for this operation As a beginner am having trouble in doing that.