Thread: Help
View Single Post
  #4  
Old 01-17-2007, 06:10 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
PHP Code:
for (jthis.sentmail.getdynamicvarnames()){
if (
this.sentmail.(@j) > this.sentmail(@j[j+j-1]){
this.mostsent this.sentmail.(@j);
this.mostsentacc j;
}

PHP Code:
if (this.sentmail.(@j) > this.sentmail(@j[j+j-1]){ 
i guess it could work if you change it to, and you forgot a closing )

PHP Code:
if (this.sentmail.(@j) > this.(@ "sentmail" j[j+j-1])){ 
or did you try to do this
PHP Code:
if (this.sentmail.(@j) > this.sentmail.(@j[j+j-1])){ 
Reply With Quote