Home >Backend Development >PHP Problem >How to detect successful php installation
How to detect successful PHP installation?
First write a .php file and place it in the installed htdocs directory or www directory.
Then you can write a paragraph or phpinfo();## in the file. #
<?php echo 'hello world';Then open the web page and enter the localhost access file nameIf there is information output, it means the configuration is successfulRecommended: "
PHP Tutorial"
The above is the detailed content of How to detect successful php installation. For more information, please follow other related articles on the PHP Chinese website!