Welcome Guest, Not a member yet? Register   Sign In
CSV upload, once uploaded to a temp folder overwrite the existing database
#48

[eluser]TheFuzzy0ne[/eluser]
You're using var_dump after the loop has ended, which isn't very helpful. Of course it will be FALSE when the loop ends! That's the loop condition (loop while not FALSE). Smile

I'm not sure why you're using $this->db->set(). I'm pretty sure I didn't in my code. You need to use $this->db->query();


Messages In This Thread
CSV upload, once uploaded to a temp folder overwrite the existing database - by El Forum - 04-08-2013, 01:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB