我不是很强大的HTML,每次我有一些编码的问题。
在这里,我有这样一种形式:
<head>
<META http-equiv="Content-Type" Content="text/html; charset=ISO-8859-1">
[...]
<form method="post" action="thispage.php" >
<input name="title" type="text" id="title" size=75 value="" />
<textarea name="description" rows="10" cols="80" id="description"></textarea>
<input type="submit" value="GO" />
</form>
当我写一些报价,如: '
它会如约到达\'
所以o'clock
将o\'clock
你有好主意吗?
编辑:
奇怪的是,报价没有在POST变量逃脱,根据萤火虫!