Loop error |
Hello to all. I'm new using CodeIgniter ;P and i have a loop error in my login form (Sorry for my bad english). Well, i will put my code and my homepage Links:
My first page Controller PHP Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); My registration_view form PHP Code: <?php echo form_open("user/login"); ?> When i click in "Login", Chrome display my the error "ERR_TOO_MANY_REDIRECTS" http://boadmin.asgcomputacion.cl/ user: [email protected] password: agustin123 anny suggestions? Thanks!
Put the form processing code in that controller function in which that view is loaded.
Thankyou ![]() ![]() ![]() |
Welcome Guest, Not a member yet? Register Sign In |