Jump to content

php problam phpinfo() statement


redarrow

Recommended Posts

advance thank you.

 

i have installed the latest php and apache can

you kindly tell me is there a setting that needs to be set for me to see the

phpinfo() statement as i got to refresh the page to see the information

10 times, please help cheers.

 

<?php phpinfo(); ?>

 

Link to comment
https://forums.phpfreaks.com/topic/71739-php-problam-phpinfo-statement/
Share on other sites

no setting needs to be enabled in order to run phpinfo. Unless for some reason you have added phpinfo to the disable_functions directive for some reason. By default this directive is empty.

 

Not sure what you mean by:

as i got to refresh the page to see the information 10 times

 

Why do you need to see it 10 times? You'll get the same results every time unless you change either the servers or phps configuration in between each refresh.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.