php多图片和文字合成最终图片

<?php $id=$_GET['id']; $conn=mysql_connect("localhost","root","root"); mysql_select_db("yx",$conn); mysql_query("set names utf8"); $sql="select * from pigcms_lottery where id='$id'"; $result=mys
相关文章
相关标签/搜索