我该怎么做?我必须使用哪种语言? (到现在为止我使用的是php,html和css,但我对javascript,ajax,jquery有所了解)
一些细节:
<div id="functions">
<form method=post id="addForm" name="addForm" action=<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>>
<span class="label" style="text-align: center"> Comment </span> <textarea class="text" type=text cols=55 rows="7" name="comment"></textarea><br>
<br><input class="submit" type=submit name=submit value="Submit">
</form>
<a href=viewGuest.php>View Guestbook!</a>
</div>
所有评论都存储在mysql数据库中,但我不认为这是相关的。
答案 0 :(得分:1)
您可以使用javascript组件,例如CKeditor(http://ckeditor.com/)。它允许您为留言簿添加HTML内容,因此,您可以将HTML标记用于粗体,斜体,......