05 2016 档案
摘要:* @version 1.01 */ header("Content-type: text/html; charset=utf-8"); error_reporting(E_ALL); set_time_limit(0);//设置不超时 @ini_set('memory_limit', '512M');//设置PHP能使用的内存大小 date_default_timezone_se...
阅读全文
摘要:table('goods'). 'WHERE 1'; $gdata = $db -> getAll($gsql); //根据商品id生成订单信息 foreach($gdata as $k => $v) { //评论的数量 $comment_num = $db->getOne("SELECT count(comment_id) id FROM " .$GLOBALS['ecs...
阅读全文
摘要:table('goods'). " WHERE is_delete = 0"; $goods_ids = $db -> getAll($gsql); //取出用户的用户名 $usql = "SELECT `user_name` FROM " .$GLOBALS['ecs'] ->table('users'). " WHERE 1"; $user_name_arr = $db -> getAll...
阅读全文
摘要:define('IN_ECS', true); require(dirname(__FILE__) . '/includes/init.php'); $smarty->assign('siteDomain','http://'.$_SERVER['HTTP_HOST'].'/'); /** * 得到远程图片 * * @access public * @param goods_desc...
阅读全文
摘要:header("Content-type:text/html; charset=utf-8"); $handle = fopen('test.php', 'r') or die('Unable to file!'); $keyarr = array(); if ($handle) { while (!feof($handle)) { $buffer = fg...
阅读全文
摘要:table('keyword_url'), $db, 'key_id', 'title'); /* 允许上传的文件类型 */ $allow_file_types = '|GIF|JPG|PNG|BMP|SWF|DOC|XLS|PPT|MID|WAV|ZIP|RAR|PDF|CHM|RM|TXT|'; /** *************************关键词列表***********...
阅读全文
摘要:'我28岁', 'url' => 'http://www.wo28sui.com', 'num' => 3), array('title' => '有没有爱情', 'url' => 'http://www.aiqing.com', 'num' => 3), array('title' => '毕竟越长', 'url' => 'http://www.bjyd
阅读全文