Welcome Guest, Not a member yet? Register   Sign In
Form submission not working properly
#1

[eluser]Unknown[/eluser]
Hi,

I am new to codeigniter. When I am submitting a form, the action uri is not comming properly.

Ex: My form uri is http://localhost/demo/index.php/form/ when I submit it it shows http://localhost/demo/http://localhost/demo/form

Please guide me through this.
#2

[eluser]Atharva[/eluser]
Can you post your code.
#3

[eluser]InsiteFX[/eluser]
Code:
<?php
echo form_open('controller/method');

echo form_close();
?>

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB