如何用PHP或JS控制:标题限制为4-20个汉字,内容10-3000个汉字呢?
请教:如何用PHP或JS控制:标题限制为4-20个汉字,内容10-3000个汉字呢?此文本大致如下:谢谢!<html><head></head><body><formme...
请教:如何用PHP或JS控制:标题限制为4-20个汉字,内容10-3000个汉字呢?此文本大致如下:谢谢!
<html>
<head>
</head>
<body>
<form method='POST' action='fbjypx_yjzlb.php?action=login'>
<table border="0" align="center" width="750" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" class="f2">密 码:<input type="text" name="mm" size="20" onMouseOver =
"this.style.backgroundColor = '#E5F0FF'" onMouseOut = "this.style.backgroundColor = ''">
</td>
</tr>
<tr>
<td width="100%" class="f2">标 题:<input type="text" name="bt" size="40" onMouseOver =
"this.style.backgroundColor = '#E5F0FF'" onMouseOut = "this.style.backgroundColor = ''">
<font class="f1">(23个汉字以内)</font></td>
</tr>
<br>
<tr>
<td width="100%" class="f2">内 容:<font class="f1">(3000个汉字以内)</font></td>
</tr>
<tr>
<td width="100%" >
<textarea rows="20" name="nr" cols="105" onMouseOver = "this.style.backgroundColor = '#E5F0FF'" onMouseOut =
"this.style.backgroundColor = ''"></textarea></td>
</tr>
<tr>
<td width="100%" >
<input type="submit" value="提 交"> <input type="reset" value="重 来"></td>
</tr>
</table>
</form>
</body>
</html> 展开
<html>
<head>
</head>
<body>
<form method='POST' action='fbjypx_yjzlb.php?action=login'>
<table border="0" align="center" width="750" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" class="f2">密 码:<input type="text" name="mm" size="20" onMouseOver =
"this.style.backgroundColor = '#E5F0FF'" onMouseOut = "this.style.backgroundColor = ''">
</td>
</tr>
<tr>
<td width="100%" class="f2">标 题:<input type="text" name="bt" size="40" onMouseOver =
"this.style.backgroundColor = '#E5F0FF'" onMouseOut = "this.style.backgroundColor = ''">
<font class="f1">(23个汉字以内)</font></td>
</tr>
<br>
<tr>
<td width="100%" class="f2">内 容:<font class="f1">(3000个汉字以内)</font></td>
</tr>
<tr>
<td width="100%" >
<textarea rows="20" name="nr" cols="105" onMouseOver = "this.style.backgroundColor = '#E5F0FF'" onMouseOut =
"this.style.backgroundColor = ''"></textarea></td>
</tr>
<tr>
<td width="100%" >
<input type="submit" value="提 交"> <input type="reset" value="重 来"></td>
</tr>
</table>
</form>
</body>
</html> 展开
3个回答
展开全部
无聊分子给的代码,用strlen就可以统计字数了~~
<?PHP
//...密码..略......
if (4<=strlen($bt)<=20) {
die('标题数目不对~~4-20'); //也可以用echo
}
if (10<=strlen($nr)<=3000) {
die('内容数目不对~~10-3000');
}
//.......其他处理..又略...
?>
无聊分子问你一句:你是不是想做论坛?
<?PHP
//...密码..略......
if (4<=strlen($bt)<=20) {
die('标题数目不对~~4-20'); //也可以用echo
}
if (10<=strlen($nr)<=3000) {
die('内容数目不对~~10-3000');
}
//.......其他处理..又略...
?>
无聊分子问你一句:你是不是想做论坛?
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
不知道你要干什么
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询