-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.php
More file actions
48 lines (41 loc) · 1.12 KB
/
example.php
File metadata and controls
48 lines (41 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<head>
<meta http-equiv="Content-Language" content="it">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>GC_Formmail</title>
</head>
<body bgcolor="#DDE8FF">
<p> </p>
<p> </p>
<center>
<form method="POST" action="gc_formmail.php">
<table border="0" cellpadding="3" cellspacing="3" style="border-collapse: collapse" bordercolor="#111111" width="450">
<colgroup span=1 style="font-family: Verdana; font-size:10pt; font-color: navy; text-align: right"></colgroup>
<tr>
<td>
Nome:
</td>
<td>
<input type="text" name="nome" size="25"></td>
</tr>
<tr>
<td>Cognome: </td>
<td>
<input type="text" name="cognome" size="25"></td>
</tr>
<tr>
<td>Email: </td>
<td>
<input type="text" name="email" size="25"></td>
</tr>
<tr>
<td>Commento: </td>
<td><textarea rows="8" name="commento" cols="21"></textarea></td>
</tr>
</table>
</center>
<p align="center"><input type="submit" value="Invia"></p>
</form>
<br><? $act=1; include "gc_formmail.php"; ?>
</body>
</html>