I installed PHP on a Win98SE system running DNS2Go's "WebSite" server.
PHP is dealing the PHP pages, but I'm getting these errors:
It's not setting cookies (and not producing errors trying to set) when I want it to, so it can't call them, and produces this error:
PHP Warning: Undefined index: COOKIEname in E:\home\main.php on line 2
Variables that are empty and not specified produce this error instead of being ignored on any other system:
PHP Warning: Undefined variable: variable in E:\home\main.php on line 5
Any answers? I don't really want to switch to Apache just yet (as I plan on sticking removable hard-disks in the machine).