The following is an important note in building a User Registration and Form Validation Using CodeIgniter.
$route['default_controller'] = "register"; $route['success'] = "register/success";
$autoload['libraries'] = array('database','session');
$config['base_url'] = 'http://localhost
Comments
Nice tutorial point for codeigniter
Regards,
Madhu
Add new comment