if (preg_match("/^[\x00-\x22\x24\x27-\xff]*$/", $tmp))
为什么提示
Warning: preg_match() [function.preg-match]: No ending delimiter '/' found
????????????
正则表达式
php
------解决方案--------------------
if (preg_match("/^[\x00-\x22\x24\x27-\xff]*$/", $tmp))