Welcome Guest, Not a member yet? Register   Sign In
Simple explanation needed on jquery
#4

[eluser]cahva[/eluser]
Like vitoco said, you are missing the actual ID. If $TransactionCertificate_ID is coming from the form, its $this->input->post('TransactionCertificate_ID');

To sanitize, use active record which will handle that for you:

Code:
$this->db->set('InvoiceReference_VC',$this->input->post('message'))
        ->where('TransactionCertificate_ID',$this->input->post('TransactionCertificate_ID'))
        ->update('TransactionCertificate_T');


Messages In This Thread
Simple explanation needed on jquery - by El Forum - 04-17-2010, 12:26 AM
Simple explanation needed on jquery - by El Forum - 04-18-2010, 08:29 PM
Simple explanation needed on jquery - by El Forum - 04-19-2010, 02:02 AM
Simple explanation needed on jquery - by El Forum - 04-19-2010, 02:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB