Tell bad.php?mail=alavama@mail.ru how you can pull out of the GET request of this kind of bad.php?mail=alavama@mail.ru email? What code will need to enter in bad.php, so that the transition to it got to alavama@mail.ru , for example. Tell me please. I know how to pull out the id, but how to pull out the email? Or what is after the equal sign (=) in the query?

    2 answers 2

    As an answer above, but with the amendment - without e

     echo $_GET['mail']; 
       echo $_GET['mail']; 

      PHP must be learned first, and then write! :)