Ok... this is the question:
I have PHP installed on a server (Unix) and it is running perfectly, now I have it installed also on a Win server and the installation was successful, and everything seems running smoothly BUT a problem has appeared!!!
PHP on the new server doesn't seem to like undefined variables!!
E.g. I have a PHP form mailer program which accepts a number of parameters (like bgcolor, text color, etc.) but if I don't use them (don't send a value for one or more of them from the html form to the PHP program) on the old server it works perfectly, on the new server it gives the error saying the variables are not defined!
It is surely something to set up in PHP.ini ...does anybody know WHAT?
😕
Thnx!
🙂