try making this change::(i think the error was being generated my the use of the cancatenation operator with and empty variable.
$myLine = " "; while(!feof($myFile)) { $myLine.=fgets($myFile,255); } fclose($myFile); >From: "Leo Sten" <[EMAIL PROTECTED]> >To: "Dan Zarrella" <[EMAIL PROTECTED]> >Subject: RE: [PHP-WIN] Undefines constant >Date: Mon, 18 Mar 2002 17:09:13 -0500 > >oh... i forgot. >this is the error message: > >"Warning: Undefined variable: myLine in E:\WWW\TechnoTrance Radio v5.0\on >the net\PlayingNow.php on line 56" > >/Leo > >-----Original Message----- >From: Dan Zarrella [mailto:[EMAIL PROTECTED]] >Sent: den 18 mars 2002 11:55 >To: [EMAIL PROTECTED]; [EMAIL PROTECTED] >Subject: RE: [PHP-WIN] Undefines constant > > >ok register globals is on, i can't see anything else of the top of my head, >can you paste the line that php is giving and error and the error message >in >one or two of the scripts so that i can see what is throwing the error. > > > >From: "Leo Sten" <[EMAIL PROTECTED]> > >To: "Dan Zarrella" <[EMAIL PROTECTED]> > >Subject: RE: [PHP-WIN] Undefines constant > >Date: Mon, 18 Mar 2002 16:56:48 -0500 > > > >There's alot of info... I saved it to a htm file on this adress: > >http://home.technotranceradio.net/phpinfo.htm > > > >/Leo > > > >-----Original Message----- > >From: Dan Zarrella [mailto:[EMAIL PROTECTED]] > >Sent: den 18 mars 2002 11:47 > >To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > >Subject: RE: [PHP-WIN] Undefines constant > > > > > >create a file that says only this: > > > >//start > ><?php > >phpinfo(); > >?> > >//end > > > >then copy and paste the first section. > > > > > > > > > >_________________________________________________________________ > >Join the world’s largest e-mail service with MSN Hotmail. > >http://www.hotmail.com > > > > > > >_________________________________________________________________ >MSN Photos is the easiest way to share and print your photos: >http://photos.msn.com/support/worldwide.aspx > > >-- >PHP Windows Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php > _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php