Welcome Guest, Not a member yet? Register   Sign In
Store data using For Loop
#2

[eluser]omar_yoi[/eluser]
Ok, I got it working, just simply a typo error,. XD

On this line.
Code:
$this->db->insert($this->$tbl,$qna);

Changed to
Code:
$this->db->insert($this->tbl,$qna);

Isn't that such a cute error? LMAO !

Thanks for reading though. Wink


Messages In This Thread
Store data using For Loop - by El Forum - 03-15-2011, 01:29 PM
Store data using For Loop - by El Forum - 03-15-2011, 02:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB