Just installed PHP4 (Win98, Apache) with the auto Installer, and it appears to be a successful install (can use phpmyadmin, can see phpinfo.php file). But something is wrong somewhere.
My scripts that worked under PHP3, don't work anymore under PHP4. Example: When I submit variables in a form to script A, I get an "undefined variable" error. Script A does not recognize the variables coming to it. I have not changed the scripts, and they worked just fine under PHP3.
What has happened here? Can someone help please?