View Single Post
  #3 (permalink)  
Old 11-03-09, 11:40 PM
swap_ssj swap_ssj is offline
Newbie Coder
 
Join Date: Aug 2009
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for the reply....

Ohh...
yes, that was a silly mistake in for loop. I have corrected it.
But still, i'm having a problem.

This loop is getting executed for a single time only, and also values in the entries are inserted to 0,0...

However i use any number,
e.g.
for($i=0;$i<30;$i++)
it is executing for the single time only.

Can u please help me...???
Reply With Quote