<?php $_POST['str']='随机1|随机2|随机3|…';//随便你用什么分隔 $str=explode('|',$_POST['str']); /*这样数组就有了 0->随机1 1->随机2 2->随机2 3->… */ #然后再随机 ?>
http://hu60.cn/wap/read.php?id=bbs_tz&bkid=29&tzid=27682
@少年狂少
explode不行吗?
比如:
刚刚@ 错了
http://kuw.6.je/new/zip.zip
@少年狂少
在表单页再加1个框
如:
随机签到内容:(“|“分隔多个)<br/>
<input name="getstr"/>