In my attempts to connect to an MS Sql Server, I have noticed that my php page is showing no errors...it just simply doesn't show anything.
Here is my test code to explain what is happening:
Code: Select all
<?php
echo "Test1";
stuff to break php
?>
test2
-display Test1 on the screen, and then an error
-display nothing but an error
(oh, where it says stuff to break php, that is the actual code)
Here is some background on our server and such:
-We are hosting the site ourselves
-Word Press Site
-path to the file / url I am entering is http://xxx/wp-content/themes/destination/test.php
-Windows 2003 server
-IIS 6.0
-php installed, I believe the newest version
The other php pages work correctly through the word press site.
Can anyone point me in the right direction so I can have my errors displayed to my screen so I can start learing PHP and do troubleshooting? I have friendly http messages turned off also.