2016年11月1日

php 验证码类

摘要: <?php class Vcode { private $width; //宽 private $height; //高 private $num; //数量 private $code; //验证码 private $img; //图像的资源 //构造方法, 三个参数 function __con 阅读全文

posted @ 2016-11-01 18:15 jiageng 阅读(2531) 评论(0) 推荐(1) 编辑

php 批量导入数据的一种思维

摘要: <?php $str="风湿免疫科 消化内科 内分泌科 神经内科 感染内科 心血管内科放疗中心";$arr=explode(' ',$str);$sql="";foreach($arr as $val){ $val=trim($val); $sql.="INSERT INTO `xhdoctor_f 阅读全文

posted @ 2016-11-01 16:00 jiageng 阅读(852) 评论(0) 推荐(0) 编辑

导航