[PHP-WIN] Re: issue with undefined variables with PHP 4.06

2001-08-22 Thread Angie Tollerson
Phil, Besides just turning off Warnings, the warning is a tad valid. Here's what I learned when I spoke with some gurus at the php conference... They said that the proper way to test for the presence of a variable now is using the isset (or empty) functions. If you do the old way like I used

[PHP-WIN] Re: issue with undefined variables with PHP 4.06

2001-08-22 Thread Johannes Janson
hi, > I have just reinstalled my win2k system and installed the latest version of > PHP (4.06), now when I run a lot of my old scripts I get errors like the one > below, when I access the page before posting any data to it. The example > below is taken straight from a tutorial site. I'm not sur