XP SP2, php4.4.0, apache 2.0.54, mysql4.1.12a:
Apache server works, but when opening phpmyadmin.php or other files, browser shows blank screen. 'show source' reveals php code.
I've exhausted my search on this topic.
XP SP2, php4.4.0, apache 2.0.54, mysql4.1.12a:
Apache server works, but when opening phpmyadmin.php or other files, browser shows blank screen. 'show source' reveals php code.
I've exhausted my search on this topic.
Did you go through the full PHP install? You need to set a bunch of things in the apache ini file in order for PHP to be recognized and handed off properly.
When you see php source, that's because apache doesn't know what '.php' is, assumes it's text, and gives it back to you as such. ;)
-d
This topic has been closed to new replies.