You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

26 lines
632 B

<!DOCTYPE html>
<html>
<head>
<title>casinoooooo</title>
<meta charset="utf-8">
<link href="styl.css" rel="stylesheet">
</head>
<body>
<p>connexion</p>
<p id="a"></p>
<p>inscription</p>
<p id="b"></p>
<input type="button" value="connexion" onclick="nbAlea()">
<input type="button" value="inscription" onclick="regles()">
<?php
function familyName() {
<FORM Method="POST" Action="test.php">
Nom : <INPUT type=text size=20 name=nom><BR>
Prénom : <INPUT type=text size=20 name=prenom><BR>
Age : <INPUT type=text size=2 name=age><BR>
<INPUT type=submit value=Envoyer>
</FORM>;
}
?>
</body>
</html>