日期:2014-05-17 浏览次数:20465 次
$s='2008-08-08';
echo $s == date("Y-m-d",strtotime($s)) ? 'yes' : 'no' ;
$url = "http://www.liuxingyuyuni.cublog.cn";
if(!preg_match('^(http
------解决方案--------------------
https)\:\/\/([a-zA-Z0-9]+\.)?([a-zA-Z0-9]+\.[a-zA-Z0-9]+)+', $url))
{
echo 'wrong';
}
else
{
echo 'ok';
}