9 lines
		
	
	
		
			324 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			324 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <form action="/admin/question" method="post">
 | |
|     Вопрос: <br>
 | |
|     <label>
 | |
|         <textarea name = "question" rows="10" cols="50" placeholder="Введите здесь ваш вопрос"></textarea>
 | |
|     </label> <br> <br>
 | |
| 
 | |
|     <input type = "submit" value="Подтвердить">
 | |
|     <input type="reset">
 | |
| </form> |