PHPstudy search for PHP probes

PHP Probe

In PHPstudy v8 version, the various functions of PHP study have changed a lot. If it is an old version, you can query the PHP probe through the other options menu-> Myhomepage, or directly enter localhost in the browser to open the PHP probe Needle, but the new version does not have this function. If you enter localhost in the browser, the page displays:
Insert picture description here
So, we have to write a phpinfo.php to access the probe page:

<?php
phpinfo();
?>

Then put it in the WWW directory under phpmystudy_pro, the name is
Insert picture description here
phpinfo.php and access the PHP probe page by visiting localhost / phpinfo.php in the browser

Published 19 original articles · Like1 · Visits 377

Guess you like

Origin blog.csdn.net/weixin_45798017/article/details/105083777