">
输入banner图图片脚本导航/分类

php为URL地址预设http字符串的方法

  1. if (!preg_match("/^(http|ftp):/", $_POST['url'])) {
  2. $_POST['url'] = 'http://'.$_POST['url'];
  3. }
  4. ?>