I\'m confused about where I should be looking for a log file containing php errors on a Windows 2008 Server running IIS 7.5 (I\'m more familiar with the Mac OS X setup for this)
If you are using xampp in windows. The error log can be find in
cd C:\xampp\apache\logs\
Use the following command to display the latest errors
tail -f .\error.log