Welcome Guest, Not a member yet? Register   Sign In
Message: Undefined variable: data
#3

[eluser]rochellecanale[/eluser]
You forgot to declare the data
Use this:
Code:
$data['success'] = 'successfully submitted!';
if($this->form_validation->run()== FALSE){
$this->load->view('test_view',$data);  // you forgot to declare the data variable


Messages In This Thread
Message: Undefined variable: data - by El Forum - 09-25-2012, 12:52 AM
Message: Undefined variable: data - by El Forum - 09-25-2012, 01:08 AM
Message: Undefined variable: data - by El Forum - 09-25-2012, 01:25 AM
Message: Undefined variable: data - by El Forum - 09-25-2012, 08:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB