
February 22nd, 2007, 05:27 AM
|
|
Registered User
|
|
Join Date: Apr 2007
Posts: 22,309
Time spent in forums: < 1 sec
Reputation Power: 24
|
|
|
Test file produces blank page
I have the latest version of php installed on a Windows 2003 server, running IIS, MySQL, phpMyAdmin. phpMyAdmin is working wonderfully, so I would assume that PHP is setup correctly. However, I recently setup a website built with PHP and when you navigate to any of the pages the source code ends up with nothing except:
<html>
<head>
<title>Page Title</title>
</head>
php Code:
Original
- php Code |
|
|
|
<body>
</body>
</html>
So it looks as though the PHP isn't being interpreted. How can phpMyAdmin be working if the server is not interpreting php code??? I even put the test file inside the phpMyAdmin folder to see if it would work from there...same result as above. Anyone have any ideas as to what is going on here?
Thanks in advance!
|