Welcome Guest, Not a member yet? Register   Sign In
Inserting data
#3

[eluser]James Bolongan[/eluser]
Hello......

Code:
$this->db->query("UPDATE mailng_list SET name = '$name', surname = '$surname'
WHERE mail_id = '$mail_id' AND userId = '$userId' ");

$this->db->query("UPDATE mailng_list_entry SET email = '$email'
WHERE mail_id = '$mail_id' ");

Just try to read the Database Class in code igniter user guide....just have fun in CI...its really good to have this framework..


Messages In This Thread
Inserting data - by El Forum - 10-24-2008, 04:03 AM
Inserting data - by El Forum - 10-24-2008, 04:12 AM
Inserting data - by El Forum - 10-24-2008, 05:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB