> Maby you could help me on why I get this message when using variables: > Undefined variable: UN1 in c:\inetpub\wwwroot\sdd\pages\redirection.php > on line 15
Because you have an undefined variable. You have a variable that has not been assigned a value. Assign it a default value or use isset() in your tests and this will go away. > I have PWS being used, PHP 4.3.0 & Apache 2.0.34. OS is Windows 2k > If you could help that would be great because I need it for testing > scripts for my HSC Course. Or look at error_reporting() www.php.net/error_reporting ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php