yea, but what about varibales in the actual function?? "Met" <[EMAIL PROTECTED]> wrote in message 003c01c2479f$ee948c40$6901a8c0@SURVIVAL">news:003c01c2479f$ee948c40$6901a8c0@SURVIVAL... > In the top of the loop, before you set the variables from the database > do this. > > unset($variable); > > OR > > $variable = ""; > > Either will do. > > ~ Matthew > > -----Original Message----- > From: Georgie Casey [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 19, 2002 10:30 AM > To: [EMAIL PROTECTED] > Subject: [PHP] FUNCTIONS > > > i wrote a function do write a file for me on info taken from a db, and > wrote a script with a for loop going through every row in the db, and > calling the function. so the function is called about 200 times. but i'm > getting weird results, the files are corrupted. its grand when i just go > one at a time. so i'm assuming variable values must have been left set > from the las for loop. so how do i clear ALL variables in the function?? > > TANX > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php