I'm Installing phpmyadmin, and when I run the index.php for begin use it, the browser display the php code, why is this?
Printable View
I'm Installing phpmyadmin, and when I run the index.php for begin use it, the browser display the php code, why is this?
Is PHP turned on for that particular directory?
how can I do this?
Actually, unless you turned it off for a directory, it is almost sure that it's on.
What version of PHP are you running? If you're running PHP 3, then a .php extension probably wont work.
But even before that, PHP needs to be installed. Check with the web host to find out if PHP is even supported, and if so, what version.Quote:
Originally posted by The Hobo
Actually, unless you turned it off for a directory, it is almost sure that it's on.
What version of PHP are you running? If you're running PHP 3, then a .php extension probably wont work.