[PHP] Re: Problem Running my Scripts from IIS...

2002-07-16 Thread Kondwani Spike Mkandawire
I run it as CGI... I have the problem fixed though... It looks real messy but every time I echo out a variable that *appears* to be undefined whilst it actually is, I stick an @ sign infront of it... Hence I have something like: echo @$var1; If I need to stick extra statements I use concatenati

[PHP] Re: Problem Running my Scripts from IIS...

2002-07-16 Thread MindHunter
Are you running PHP as CGI or ISAPI? I got so much similar trouble with the ISAPI dll on IIS that I use the CGI nowadays. MH "Kondwani Spike Mkandawire" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have a problem running my Scripts from IIS... > I test t