View Single Post
  #2  
Old 07-24-2010, 07:24 AM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
Have you tested row usage?

I haven't, but from what it looks like, it will not add another row. I'd recommend replacing that with something like...

PHP Code:
temp.= -1;
temp.0;
// Code here
  
if ( temp.== replace this with ONE LESS than the number you want in each row ) {
    
temp.0;
    
temp.++;
  } else {
    
temp.++;
  }
// More code here 
Correct me if I'm wrong, but I'm pretty sure that would work a bit better :P
Reply With Quote