debut php
This commit is contained in:
9
PHP/form.php
Normal file
9
PHP/form.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$lastname = $_POST['lastname']
|
||||
$firstname = $_POST['firstname']
|
||||
$birthdate = $_POST['birthdate']
|
||||
$email = $_POST['email']
|
||||
$phonenumber = $_POST['phonenumber']
|
||||
$gender = $_POST['gender']
|
||||
$message = $_POST['message']
|
||||
?>
|
Reference in New Issue
Block a user