Codeigniter网站网址问题 [英] codeigniter site url problem

查看:83
本文介绍了Codeigniter网站网址问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HI,

使用site_url时,我的codeigniter程序出现问题.



$ result [''nextpageurl''] = site_url(''admin/bookings/selectseat'');



它不需要我想要的链接.它显示以下错误.

(http:\/\/example.com \/test2 \/php \/admin \/bookings \/selectseat)


请帮助我如何选择座位页面.

谢谢,



I have a problem with my codeigniter program when i use site_url.



$result[''nextpageurl''] = site_url(''admin/bookings/selectseat'');



It does not take to the link i want. It shows the below error.

(http:\/\/example.com\/test2\/php\/admin\/bookings\/selectseat)


pls help me how to get to selectseat page.

Thanks,

推荐答案

result [''nextpageurl''] = site_url(''admin/bookings/selectseat'');



它不需要我想要的链接.它显示以下错误.

(http:\/\/example.com \/test2 \/php \/admin \/bookings \/selectseat)


请帮助我如何选择座位页面.

谢谢
result[''nextpageurl''] = site_url(''admin/bookings/selectseat'');



It does not take to the link i want. It shows the below error.

(http:\/\/example.com\/test2\/php\/admin\/bookings\/selectseat)


pls help me how to get to selectseat page.

Thanks,


这篇关于Codeigniter网站网址问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆