Just to update y'all how I solved my situation, thanks to the posts here and to Julie Meloni of thickbook.com who advised me to
- move the phpinfo.php file to my php install dir
- run from the command line "C:/php.exe phpinfo.php
- Which spewed out "error in browscap.ini line# 8121"
So I commented out those lines referring to Linux OS/browsers
I pointed my browser to my local install http://localhost/phpinfo.php -
VOILA! PHP installed baby!
I also followed others experiences poisted in this board about commenting our php_mysql.dll - did that too!
Now that I have a working install of PHP/Apache/MySQL - I can go ahead and sleep, nah... learn code! :-)
Still need help on Perl install/set-up on Win98 though.