fork(3) download
  1. <?php
  2.  
  3. $myToken = "123456789";
  4. $message="Copy the token: $myToken And paste it in the link <a href='recover_pass_get_mail.php'>Link</a>";
  5. echo $message;
Success #stdin #stdout 0.01s 24400KB
stdin
Standard input is empty
stdout
Copy the token: 123456789 And paste it in the link <a href='recover_pass_get_mail.php'>Link</a>