<?php
require_once("{$_SERVER['DOCUMENT_ROOT']}/part/head.php");
$pgtitle = "guestbook";
- $pgdescription = "";
+ $pgdescription = "sign my guestbook";
$pgcss = [];
$pgjs = [];
head($pgtitle, $pgdescription, $pgcss, $pgjs);
<br>
<label for="website">My website: </label><input type="text" name="website" placeholder="optional">
<br>
- <label for="email">My e-mail: </label><input type="email" name="email" placeholder="only me can see">
+ <label for="email">My e-mail: </label><input type="email" name="email" placeholder="only me can see, optional">
<br>
- <label for="comment">Comment: </label><br><textarea name="comment" rows="10" cols="35" required></textarea>
+ <label for="comment">Comment: </label><br><textarea name="comment" rows="10" cols="45" required></textarea>
<br>
<button type="submit">Sign the guestbook</button>
</form>