Forum Moderators: coopster
I have recently installed PHP 5.1.2.2, MySQL, Apache server all succesfully, but now i am trying to install phpMYadmin. I have configured with the config.inc.php, but when go into that directory to set it up, this is what i get:
< the entire php raw code is displayed >
Apparently i am doing something wrong, but cannot spot it. May i get some help please?
Thanks alot,
David
[edited by: coopster at 1:51 am (utc) on April 1, 2006]
[edit reason] snipped code dump [/edit]
What barns101 is saying is that your server isn't configured correctly yet to parse PHP pages. You are getting the raw code (unparsed code) back in your web browser in plain old black and white text because of this.
Have a look at the PHP Installation [php.net] pages to see how to setup your http server and PHP in order to get your pages parsed properly.