Hi guys
Just a quick question...I have recnetly created a contact form for my site in codeigniter and the email sends and all that but i seem to have a problem getting the $_POST data to display in the message body.
After my validation is done and the form gets posted it will only return the first variable that i place in the paranthesis like
$this->email->message($name,$email,$message);
so i was hoping someonce could show me how to construct the message body or point me to a tutorial that explains this?