Hey all, I've got a question that I hope won't be too hard to answer. I'm currently running Sambar Server v. 6.2, hosting www.gardiner.org. I'm trying to install PHP5, but have hit a brick wall.
I downloaded the files from php.net and extracted it to c:\php. Next, I took php.ini-reccommended and renamed it to php.ini and moved it to c:\WINDOWS. I moved php5ts.dll to WINDOWS\system as well.
For configuring Sambar to work with it, I edited the mappings.ini file correctly and have double checked to see that the config.ini file is correct. The isapi.log file shows that PHP was installed correctly and that the server is recognizing it.
The problem, however, is that when I create phpinfo.php (containing one line: <?php phpinfo(); ?> and open it up, I get a blank page. When I view the source code, I can see the PHP code, which means that there's an error somewhere...I just don't know where.
Any help would be great.