php-integration #21
@ -46,12 +46,12 @@
|
|||||||
<form action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>" method="post">
|
<form action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>" method="post">
|
||||||
Subject:
|
Subject:
|
||||||
<br>
|
<br>
|
||||||
<input type="text" name="subject">
|
<input type="text" name="subject" value="<?php echo $subject;?>">
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
Details:
|
Details:
|
||||||
<br>
|
<br>
|
||||||
<textarea name="detail" rows="5" cols="40"></textarea>
|
<textarea name="detail" rows="5" cols="40"><?php echo $detail;?></textarea>
|
||||||
<br>
|
<br>
|
||||||
On submission of this form, your browsers User Agent string will be
|
On submission of this form, your browsers User Agent string will be
|
||||||
collected alongside the information you provide above and will be
|
collected alongside the information you provide above and will be
|
||||||
|
Reference in New Issue
Block a user