Forum Moderators: coopster

Message Too Old, No Replies

phpMyAdmin

Help please

         

DavidW16

5:31 am on Mar 31, 2006 (gmt 0)

10+ Year Member



Hello all,

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]

dreamcatcher

12:31 pm on Mar 31, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



DavidW16, welcome to Webmaster World. :)

What is the problem exactly? Is your browser echoing the PHP syntax? Or is it something else?

dc

DavidW16

11:51 pm on Mar 31, 2006 (gmt 0)

10+ Year Member



Thanks alot DC, my problem is i get this message instead of get the phpmyadmin configure screen. Thanks again.

barns101

1:45 am on Apr 1, 2006 (gmt 0)

10+ Year Member



If you se this code when you access the page via your web browser, you probably don't have PHP configured correctly.

coopster

1:55 am on Apr 1, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Hi DavidW16,

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.