RE: [PHP-WIN] PHP variable

2002-11-19 Thread Dash McElroy
Do this: The @ turns off error reporting for that function. -Dash -Original Message- From: F.Anneveld [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 7:58 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] PHP variable Hello, When I use the following code my browser comes with

Re: [PHP-WIN] PHP variable

2002-11-19 Thread Stephen Edmonds
Its just a warning. It tells you that you are using a variable which has no value. Just ignore the notice, or turn down error reporting to exclude notices. All it means is that the variable of $test which you have included in your script HAS NO VALUE. If you were to write something lile $test = "I