用户
 找回密码
 入住 CI 中国社区
搜索
查看: 2476|回复: 5
收起左侧

关于表单提交地址的问题。

[复制链接]
发表于 2012-4-23 13:50:00 | 显示全部楼层 |阅读模式
<?php echo form_open('token/message_insert'); ?>
这样写了之后 发现按按钮提交之后跳转到的是
http://localhost/token/index.php/token/localhost/token/index.php/token/message_insert

不知道是什么原因。。。。。

 楼主| 发表于 2012-4-24 13:22:20 | 显示全部楼层
sosospicy 发表于 2012-4-23 16:32
贴base_url()出来
PHP复制代码
$config['base_url']     = 'localhost/token/';
复制代码
发表于 2012-4-24 15:56:05 | 显示全部楼层
zzhkira 发表于 2012-4-24 13:22

这样写明显错了,
留空,或者写绝对URL,例如 http://www.domain.com/
 楼主| 发表于 2012-4-24 19:57:44 | 显示全部楼层
Hex 发表于 2012-4-24 15:56
这样写明显错了,
留空,或者写绝对URL,例如 http://www.domain.com/

我改成这样之后 还是不行啊
PHP复制代码
<?php echo form_open('http://localhost/token/index.php/token/message_insert'); ?>
复制代码
 楼主| 发表于 2012-4-24 20:01:01 | 显示全部楼层
sosospicy 发表于 2012-4-24 15:39
| URL to your CodeIgniter root. Typically this will be your base URL,
| WITH a trailing slash:
|

是的 这个问题。解决了哈,非常感谢
发表于 2012-4-25 12:14:11 | 显示全部楼层
zzhkira 发表于 2012-4-24 19:57
我改成这样之后 还是不行啊

我指的是 base_url 这个配置。。。。

本版积分规则