WhatsintheGoodebox
Programmer
Hi.
I'm attempting to call PHP's phpinfo() function without sucess. I have a php file in htdocs of Apache, with the following code: <?php phpinfo();?>. When I point to the file in the web browser, I should get a page of PHP's info. Instead, I simply get the code listed in the browser. Where am I going wrong???
I'm attempting to call PHP's phpinfo() function without sucess. I have a php file in htdocs of Apache, with the following code: <?php phpinfo();?>. When I point to the file in the web browser, I should get a page of PHP's info. Instead, I simply get the code listed in the browser. Where am I going wrong???