PHP分页函数
我URL是这样的,http://127.0.0.1/gl/index.php?action=x1&username=会员&kithe=2011146&danid=222&...
我URL是这样的,
http://127.0.0.1/gl/index.php?action=x1&username=会员&kithe=2011146&danid=222&page=2
而下面这个PHP代码输出的URL格式是
http://127.0.0.1/gl/index.php?action=x1&page=2
如何加入函数&username=<?=$image['kauser']?>&kithe=<?=$kithe?>&danid=<?=$_GET['danid']?> 如何加入这个?
需要加入的源代码:$multipage = cpmulti($num, $perpage, $curpage, "?action=x1".$vvvv."");
简单的说就是获取现在URL中的函数 展开
http://127.0.0.1/gl/index.php?action=x1&username=会员&kithe=2011146&danid=222&page=2
而下面这个PHP代码输出的URL格式是
http://127.0.0.1/gl/index.php?action=x1&page=2
如何加入函数&username=<?=$image['kauser']?>&kithe=<?=$kithe?>&danid=<?=$_GET['danid']?> 如何加入这个?
需要加入的源代码:$multipage = cpmulti($num, $perpage, $curpage, "?action=x1".$vvvv."");
简单的说就是获取现在URL中的函数 展开
展开全部
$multipage = cpmulti($num, $perpage, $curpage, "?action=x1&username="."$image['kauser']"."&kithe="."$kithe"."&danid="."$_GET['danid']".$vvvv."");
更多追问追答
追问
此代码运行出错
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in D:\web\gl\x1.php on line 410
追答
cpmulti函数定义发来看看
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询