PHP testing

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Locked
phpBrandNew
Forum Commoner
Posts: 36
Joined: Thu Sep 02, 2010 12:51 am

PHP testing

Post by phpBrandNew »

Hi,
I create a text file with notepad, contents - <?php phpinfo() ?> , save as phpinfo.php and place the file in Apache Document Root Folder. In the browser I type this : http://localhost/phpinfo.php, but the browser gives me this : <?php phpinfo() ?> instead of PHP version page.
Where did I need to configure ?

Thanks for help.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP testing

Post by requinix »

Same problem as you're having with phpMyAdmin: you don't have PHP installed.
Locked