enabling php in apache
- by user343282
I have installed apache 2.2 and php 5.3. when I run a simple php code like
<?php phpinfo();?>
instead of the simple php information page the code shows up on the screen. My php it seems is not running.
How I can enable it and makes it to run with apache. btw. I am newbee
thanks