get url parameters javascript php code example Example: Get Parameters From a URL String in PHP phpCopy<?php echo $_GET['email'] . $_GET['name'] ?>