Re: [PHP-WIN] Undefined variable issue

2004-01-06 Thread Frank M. Kromann
Hi Jim, I don't think the code you posted matches the code you are running. This code does not give any errors, it works fine. There is no $guess variable in line 27. - Frank > Hi everyone, > > I'm new to working with PHP (coming from a ASP/VBScript background) and > I'm currently reading the

[PHP-WIN] Undefined variable issue

2004-01-06 Thread Jim MacDiarmid
Hi everyone, I'm new to working with PHP (coming from a ASP/VBScript background) and I'm currently reading the book "Teach yourself PHP, mySQL, and Apache in 24 hours". The following code from the code from the book seems to be causing an "undefined variable" error when run. Would any one be ab