Home>Article>Backend Development> 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. #
Then open the web page and enter the localhost access file name If there is information output, it means the configuration is successful Recommended: "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!