RE: [PHP-WIN] Undefines constant

2002-03-18 Thread Dan Zarrella
; >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 ne

RE: [PHP-WIN] Undefines constant

2002-03-18 Thread Dan Zarrella
;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 > >

RE: [PHP-WIN] Undefines constant

2002-03-18 Thread Dan Zarrella
create a file that says only this: //start //end then copy and paste the first section. _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- PHP Windows Mailing List (http://www.php.net/) To

RE: [PHP-WIN] Undefines constant

2002-03-18 Thread Dan Zarrella
have you checked things like register_globals since the default settings have changed in the new version of php, paste your settings please -dan _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- PHP Windo

Re: [PHP-WIN] Undefines constant

2002-03-18 Thread Dan Zarrella
I've seen this a few times, mostly having to do with arrays and thier indexes, namely associative arrays. $foo[bar]; is enough to cause that error, it should be $foo['bar']; try that. -dan _ Chat with friends online, try MSN Messen

[PHP-WIN] Undefines constant

2002-03-18 Thread Leo Sten
Hello! I have just installed php4 on my server, I'm running IIS on windows 2000. When I run some scripts that I know work on other servers I get the error: "Warning: Use of undefined constant" and then the constant name etc. Please help me! Best Regards/ Leo Sten -- PHP Windows Mailing List (