Page 1 of 1

PHP testing

Posted: Sat May 11, 2013 6:48 am
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.

Re: PHP testing

Posted: Sat May 11, 2013 6:53 am
by requinix
Same problem as you're having with phpMyAdmin: you don't have PHP installed.