Home  >  Article  >  Backend Development  >  What should I do if echo does not come out in php?

What should I do if echo does not come out in php?

hzc
hzcOriginal
2020-06-05 15:43:393594browse

What should I do if echo does not come out in php?

How to avoid echo in php:

If you want to mix php in HTML code, you need to use .php as the file extension name,

Another way to access the modified file is: enter localhost/file name (the file address in the root directory of the website, including the extension) in the browser;

You can also double-click the html file Open, but this way the php code cannot be executed.

Recommended tutorial: "php tutorial"

The above is the detailed content of What should I do if echo does not come out in php?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn