Update now save

2009-10-13 Thread Henrik Gemal
I have a table with: name, hour, status hour is the hour of the time. So I have to check each hour that name is ok and set the status. So eventually I get a table like: test, 1, 1 test, 2, 0 test, 3, 0 test, 23, 1 If I use: $data = array(Name = array(status = $status, name =

Re: Update now save

2009-10-13 Thread brian
On Tue, Oct 13, 2009 at 4:25 AM, Henrik Gemal henrikge...@gmail.com wrote: I have a table with: name, hour, status hour is the hour of the time. So I have to check each hour that name is ok and set the status. So eventually I get a table like: test, 1, 1 test, 2, 0 test, 3, 0