Re: Save and Loops

2010-12-30 Thread Mark
e row for each appointment > > record. The problem is that the loop fails at the first iteration. > > Another weird thing is that when the number of appointments is 20+, it > > will fail both the first and the 20th+ iterations. (rows 2-19 get > > inserted just fine). > >

Re: Save and Loops

2010-12-29 Thread Amit Badkas
fine). > > I've tried looking for other topics involving save and loops, but > still couldn't find a solution. > > I'm placing here the code for your reference. > > Thank you in advance, > Mark > > > //PHP Code Starts Here > $program = $this->

Save and Loops

2010-12-29 Thread Mark
is that when the number of appointments is 20+, it will fail both the first and the 20th+ iterations. (rows 2-19 get inserted just fine). I've tried looking for other topics involving save and loops, but still couldn't find a solution. I'm placing here the code for your reference