Welcome Guest, Not a member yet? Register   Sign In
Url Problem
#1

[eluser]Suhas nazir[/eluser]
Hello I am using Codeigniter 2.00

My Problem is When i click on my submit button the action url is appending to the existing url

something like this localhost/Store/localhost/Store/controller/function

but i am looking for a link like this when i click on the submit button

localhost/Store/controller/function

I set my base_url as localhost/Store

Please Help me
#2

[eluser]InsiteFX[/eluser]
Try leaving the base_url blank it should auto configure.

InsiteFX
#3

[eluser]Genuine Scope[/eluser]
Code:
<form name="frmName" method="post" action="<?php echo base_url() ?>/controller/function" >
#4

[eluser]mi6crazyheart[/eluser]
You can also use Ci's native function...
Code:
<?php echo form_open('controller/function'); ?>




Theme © iAndrew 2016 - Forum software by © MyBB