After installing PHP on an NT we are having a few problems.
In a PHP program that does work on another server I am getting the following error from pages that use ' if ($submit) '.
Warning: Undefined variable: submit in includes/product.inc on line 20
The program does work correctly, it just gives this warning. What have we missed?
Oh yea, we are also getting warnings referring to variables used in an email() at the end of the entire site. But the variables are coming through with the email.
Thanks,
stujohnson