Welcome Guest, Not a member yet? Register   Sign In
Can't write data into database
#2

[eluser]cideveloper[/eluser]
You are not getting the results from your query. Only the results object. The below should work.

Code:
$USR_ID = $this->db->query("select USR_ID from users where USR_Nick='".$this->input->post('username')."'")->row()->USR_ID;
          
        
          
$ADDR_ID = $this->db->query("select ADDR_ID from address where ADDR_StreetName='".$this->input->post('ulica')."'")->row()->ADDR_ID;


Messages In This Thread
Can't write data into database - by El Forum - 01-16-2011, 12:17 PM
Can't write data into database - by El Forum - 01-16-2011, 02:42 PM
Can't write data into database - by El Forum - 01-16-2011, 02:51 PM
Can't write data into database - by El Forum - 01-16-2011, 03:09 PM
Can't write data into database - by El Forum - 01-16-2011, 03:25 PM
Can't write data into database - by El Forum - 01-16-2011, 03:50 PM
Can't write data into database - by El Forum - 01-16-2011, 04:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB