Hello
I have been a php programmer on unix platforms for about 4 years now but now that I am trying to run my programs I have problem.
I always activate global variables in php.ini then this does not cause this.
1- I have some forms that sometimes send value of a variable but sometimes do not send any value for it depending on the case.
In unix platform when you use a variable which script has not received a value for it, it gives an empty value to it and you can continue working without any error message.
But in windows version it gives notices which disturb the screen:
PHP Notice: Undefined variable: mode in f:\inetpub\wwwroot\am\editthread.php on line 42
How can I turn this feature off and force it to work exactly the same as unix version?
2- By the way have you seen other problems when porting from unix to windows? (Except those commands which are related with unix internal features)
Regards,
Mac