form method post action add_comm php id class red Ваш ник br input typ

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<form method="post" action="add_comm.php?id=3">
<b class="red">*</b>
Ваш ник:
<br/>
<input type="text" name="enick"/>
<br/>
Ваш JID (Jabber):
<br/>
<input type="text" name="ejabber"/>
<br/>
<b class="red">*</b>
Сообщение:
<br/>
<textarea cols="20" rows="5" name="etext"/>
<br/>
<b class="red">*</b>
Введите слово:
<b class="red">nospam</b>
<br/>
<input type="text" name="eint"/>
<br/>
<input type="submit" value="Написать"/>
</form>