Welcome Guest, Not a member yet? Register   Sign In
can't write strings to database
#4

[eluser]illuzionist[/eluser]
ok now I did this and it just writes 0 to my locationGPS column, code is like this

Code:
$locationGPS = $this->uri->segment(3);
$data = array(
            'locationGPS' => $locationGPS
        );
$this->db->where('id', $id);
        $this->db->update('myTable', $data);

any thoughts on what might be wrong?


Messages In This Thread
can't write strings to database - by El Forum - 07-14-2012, 11:11 AM
can't write strings to database - by El Forum - 07-14-2012, 11:24 AM
can't write strings to database - by El Forum - 07-14-2012, 11:25 AM
can't write strings to database - by El Forum - 07-14-2012, 11:35 AM
can't write strings to database - by El Forum - 07-14-2012, 12:04 PM
can't write strings to database - by El Forum - 07-14-2012, 12:28 PM
can't write strings to database - by El Forum - 07-14-2012, 12:43 PM
can't write strings to database - by El Forum - 07-14-2012, 12:47 PM
can't write strings to database - by El Forum - 07-14-2012, 12:50 PM
can't write strings to database - by El Forum - 07-14-2012, 01:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB