Welcome Guest, Not a member yet? Register   Sign In
Php errors
#6

[eluser]Suhas nazir[/eluser]
$result= ‘Thank you ‘.$name.’, your message was NOT sent’;
instead of this u store the data like this
$data['result']=‘Thank you ‘.$name.’, your message was NOT sent’;
and then send
$this->load->view('send',$data);
and on the view u just echo the variable result
echo($result);


Messages In This Thread
Php errors - by El Forum - 03-08-2010, 09:45 PM
Php errors - by El Forum - 03-08-2010, 09:58 PM
Php errors - by El Forum - 03-08-2010, 10:02 PM
Php errors - by El Forum - 03-09-2010, 04:56 AM
Php errors - by El Forum - 03-09-2010, 10:14 AM
Php errors - by El Forum - 03-09-2010, 10:28 AM
Php errors - by El Forum - 03-09-2010, 10:42 AM
Php errors - by El Forum - 03-09-2010, 10:45 AM
Php errors - by El Forum - 03-09-2010, 10:51 AM
Php errors - by El Forum - 03-09-2010, 11:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB