SyntaxFix
Write A Post
Hire A Developer
Questions
you can use below code to get email address after ? in the URL
<?php_x000D_ if (isset($_GET['email'])) {_x000D_ echo $_GET['email'];_x000D_ }