1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<?php function print_invite($var){ include("invite.php"); } function print_recover_password(){ echo " <!DOCTYPE html> <html> <body> <form method='POST' action='/password_reset'> <p>E-Mail <input type='text' name='email'></p> </form> </body> "; }