redarrow Posted October 3, 2007 Share Posted October 3, 2007 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(); ?> Quote Link to comment https://forums.phpfreaks.com/topic/71739-php-problam-phpinfo-statement/ Share on other sites More sharing options...
wildteen88 Posted October 4, 2007 Share Posted October 4, 2007 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. Quote Link to comment https://forums.phpfreaks.com/topic/71739-php-problam-phpinfo-statement/#findComment-361883 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.