i have information.php file that file contain following coding <?php
echo phpinfo(); ?>
while i calling the URL ("http://localhost/information.php ").
i am getting the coding <?php echo phpinfo(); ?>
not show the php information.... .. i am new to the php can you help me?
echo phpinfo(); ?>
while i calling the URL ("http://localhost/information.php ").
i am getting the coding <?php echo phpinfo(); ?>
not show the php information.... .. i am new to the php can you help me?
Comment