摘要: $sql = " (select id,'1'as type ,content,photo,issuetime as t from experience where userid = {$userid}) UNION ALL (select id,'2'as type, name as conten 阅读全文
posted @ 2019-01-02 14:09 Gupq 阅读(297) 评论(0) 推荐(0)
摘要: $mobileNums = "13666880092"; var_dump(checkPhone($mobileNums)); function checkPhone($mobileNums) { if(preg_match('/^[1]((3[0-9])|(4[5,7,9])|(5[4])|(8[ 阅读全文
posted @ 2019-01-02 13:06 Gupq 阅读(156) 评论(0) 推荐(0)