Monthly Archives: 2012年12月
← Continue Reading
Wayde:
<?php
class MergeImg{
function __construct($array){
// 初始化
global $count,$imgs;
$count = count($array);
$imgs = $array;
}
function show(){
header("Content-type: image/jpeg");
global $count,$...
← Continue Reading
php代码
Wayde: 看代码
//数据连接
$con = mysql_connect("localhsot","root","xxioo");
if(!$con)</li>
{die('Could not connect: '.mysql_error());}
mysql_select_db("my_db",$con);
//通过URL值排序
$order = ($GET['or...