Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gaetan Carabetta
projet_nf17_p19_tdg1_groupe2
Commits
af934bd7
Commit
af934bd7
authored
Jun 19, 2019
by
Oswaldo Aldair Alanis Mayorga
Browse files
Replace insertClient.html
parent
3e65068d
Changes
1
Hide whitespace changes
Inline
Side-by-side
application/insertClient.html
View file @
af934bd7
<html>
<head>
<title>
Ajouter client
</title>
</head>
<head>
<title>
Insert Client
</title>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
</head>
<body>
<p>
Formulaire pour neauvou client
</p>
<form
action=
"ajouterClient.php"
method=
"pos"
>
<p>
Nom :
<input
type=
"text"
name=
"nom"
>
</p>
<p>
Prenom :
<input
type=
"text"
name=
"prenom"
>
</p>
<p>
Date de Naissance :
<input
type=
"date"
name=
"ddn"
>
</p>
<p>
Adresse :
<input
type=
"text"
name=
"add"
>
</p>
<p>
Numero de telephone :
<input
type=
"text"
name=
"ntel"
>
</p>
<p>
<input
type=
"submit"
name=
"add"
value=
"Add"
>
<input
type=
"reset"
name=
"res"
value=
"Res"
>
</p>
</form>
<form
method =
"get"
action =
"insertClient.php"
>
<P>
Nom:
<input
type=
"text"
name=
"nom"
>
<BR>
</P>
<P>
Prenom :
<input
type=
"text"
name=
"Prenom"
>
<BR>
</P>
<P>
Date de Naissance :
<input
type=
"date"
name=
"ddn"
>
<BR>
</P>
<P>
Adresse :
<input
type=
"text"
name=
"add"
>
<BR>
</P>
<P>
Numero de Telephone :
<input
type=
"number"
name=
"nTel"
>
<BR>
</P>
<button
name =
"add"
value =
"add"
type =
"submit"
>
Add
</button>
</form>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment