Home  >  Article  >  Backend Development  >  What to do if php frameset does not display

What to do if php frameset does not display

藏色散人
藏色散人Original
2020-08-24 10:33:132933browse

php frameset is not displayed because the frameset page has output or import things. The solution is to prohibit any output from the frameset page, such as manually changing the link path of "head.html".

What to do if php frameset does not display

Recommendation: "PHP Video Tutorial"

The frame does not display after the php code is added to the frameset

frameset page There cannot be any output or import, nor other elements such as

, etc. It is recommended to use iframe for more flexibility , all path file paths under tp5 are relative to index.php (entry file) by default tp5's link replacement for framework submodules is invalid. The solution is to manually modify the link. As shown in the figure: Manually change the link path of head.html

What to do if php frameset does not display

The above is the detailed content of What to do if php frameset does not display. 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