Re: [PHP] Re: Replacing datafile with array

2001-09-18 Thread _lallous
;.$image_size[0]."','".$image_size[1]."');\"> ".$thumb_image_size[3]." border=\"0\">\n"); > } else { > print("\n"); > } > $i++; > } > print("\n"); > } > &

RE: [PHP] Re: Replacing datafile with array Sorry... .)

2001-09-18 Thread Daniel Alsén
Sorry, It seems like every time i posted a question i was able to solve it myself :) Something strange going on in my problem solving part of the brain. I got the whole script to work. The navigation part solved itself when i moved the 'cleaning up' part to the very end of the script. Still, if

RE: [PHP] Re: Replacing datafile with array II

2001-09-18 Thread Daniel Alsén
- > From: _lallous [mailto:[EMAIL PROTECTED]] > Sent: den 18 september 2001 13:46 > To: [EMAIL PROTECTED] > Subject: [PHP] Re: Replacing datafile with array > > > works like a charm > > just initializet the $retVal function... > > $retVal = array(); > rest

RE: [PHP] Re: Replacing datafile with array

2001-09-18 Thread Daniel Alsén
//Clean up directory array closedir($handle); return $retVal; //end table ?> > -Original Message- > From: _lallous [mailto:[EMAIL PROTECTED]] > Sent: den 18 september 2001 13:46 > To: [EMAIL PROTECTED] > Subject: [PHP] Re: Replacing datafile wi

[PHP] Re: Replacing datafile with array

2001-09-18 Thread _lallous
works like a charm just initializet the $retVal function... $retVal = array(); rest of script here "Daniel alsén" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > i am trying to replace a datafile wich contains the contents of a directory > wit