Welcome Guest, Not a member yet? Register   Sign In
Problem with form submit
#17

[eluser]bogdan3l[/eluser]
If your controller it is exactly like that than you have a problem.

For CodeIgniter 2.0.0 you should have something like this:

<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

class Admin extends CI_Controller {

function __construct()
{
parent::__construct();
}

function index()
{
// your code will be here
}
}


Messages In This Thread
Problem with form submit - by El Forum - 02-06-2011, 07:27 AM
Problem with form submit - by El Forum - 02-06-2011, 08:20 AM
Problem with form submit - by El Forum - 02-06-2011, 10:02 AM
Problem with form submit - by El Forum - 02-06-2011, 10:16 AM
Problem with form submit - by El Forum - 02-06-2011, 10:25 AM
Problem with form submit - by El Forum - 02-06-2011, 10:30 AM
Problem with form submit - by El Forum - 02-06-2011, 10:35 AM
Problem with form submit - by El Forum - 02-06-2011, 10:40 AM
Problem with form submit - by El Forum - 02-06-2011, 10:47 AM
Problem with form submit - by El Forum - 02-06-2011, 10:49 AM
Problem with form submit - by El Forum - 02-06-2011, 10:49 AM
Problem with form submit - by El Forum - 02-06-2011, 10:53 AM
Problem with form submit - by El Forum - 02-06-2011, 10:55 AM
Problem with form submit - by El Forum - 02-06-2011, 11:04 AM
Problem with form submit - by El Forum - 02-06-2011, 11:09 AM
Problem with form submit - by El Forum - 02-06-2011, 11:10 AM
Problem with form submit - by El Forum - 02-06-2011, 11:14 AM
Problem with form submit - by El Forum - 02-06-2011, 11:17 AM
Problem with form submit - by El Forum - 02-06-2011, 11:18 AM
Problem with form submit - by El Forum - 02-07-2011, 01:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB