Hello, I have created a website (www.mirax.cz) with a database mysql 3.23.33 and used PHP 4.0.4pl1. Everything functions perfect ONLY at my W98. As soon as I want to use the same database exported to linux(PHP 4.2.2) or w2000(PHP 4.2.3) both with mysql 3.23.54, it has problems like this:
Notice: Undefined variable: kategorie in c:\inetpub\wwwroot\mirax\search\search.php on line 37 even if "kategorie" IS defined and the same PHP script works in w98, PHP 4.0.4pl1 In w2000 even my simple contact form (NOT USING THE DATABASE) is giving me the same error: Notice: Undefined variable: jmeno in c:\inetpub\wwwroot\jab\kontakt.php on line 3 - even if "jmeno" is defined and this form works in w98, PHP 4.0.4pl1 WHAT SHOULD I DO ?????? Thank you for any suggestions. jab