php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 807788b7f5 - Show all commits

View File

@ -43,15 +43,15 @@
<p>Give as much detail as possible so we can try to fix the problem.</p>
<form action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]); ?>" method="post">
<form action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>" method="post">
Subject:
<br>
<input type="text" name="subject">
<input type="text" name="subject" value="<?php echo $subject;?>">
<br>
<br>
Details:
<br>
<textarea name="detail" rows="5" cols="40"></textarea>
<textarea name="detail" rows="5" cols="40"><?php echo $detail;?></textarea>
<br>
On submission of this form, your browsers User Agent string will be
collected alongside the information you provide above and will be