Forums

php source but no output (2 posts)

  1. fitzov
    Member
    Posted 4 years ago #

    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.

  2. davidchait
    Member
    Posted 4 years ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic