View Single Post
  #3 (permalink)  
Old 05-31-06, 08:06 AM
Rayden Rayden is offline
Newbie Coder
 
Join Date: May 2006
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
I will replace :

Code:
elseif ($varCount <= $varTotalEntries){
by:

Code:
else {
]

since the first condition is more important and the output is a booleam one

and I think that this var $totalRows_event is the limit with database right?
Reply With Quote