is PHP not generally responsible for the background? How to do front page design? Recently read a book on the development of a project.
Reply to discussion (solution)
Front page design is by Html+css, and PHP's main function is to read the data, and to the foreground output HTML+CSS code.
The project is all PHP suffix, is to take HTML contains PHP files, why do you want to end in PHP?
Take HTML containing PHP files
To be exact, embed PHP code in HTML code, almost all Web page dynamic language is so dry. Here are some instructions in the manual.
http://www.php.net/manual/zh/intro-whatis.php
Why do you want to end with PHP?
This is the usual configuration, Web servers such as Apache, and will only process the requested. php suffix file as a script. and the. html suffix will not be given to PHP processing, directly read and output to the client even if it is finished.
However, it all depends on the website developer's wishes. Raise your head a little, and you can see the link to this post:
http://topic.csdn.net/u/20120408/11/227d2e02-f303-45ac-b44a-0ba9f645ceff.html?66342
It is suffixed with. html. But in fact, it is also the result of a dynamic language such as PHP or ASP.
is PHP not generally responsible for the background? How to do front page design? Recently read a book on the development of a project.
It depends on how you understand it.
For a website: to the user to see the front desk, to the administrator to see the backstage
For a page: layout, style, static content is the foreground, dynamic content is the background
The project is all PHP suffix, is to take HTML contains PHP files, why do you want to end in PHP?
PHP suffix files are interpreted by the PHP system for execution, such as no special settings PHP system only explanation php suffix file
For PHP files, it should say: PHP contains HTML
It has to do with the composition of your project and personnel.
If the noun to explain the boss has said very detailed.
If you do a project on your own, then from the PHP developer, of course, the front desk is also done, will also prefer to use PHP to manipulate the display of the foreground part. But your book is probably a lot of junk, just look at it anyway.
Use PHP How to write a lottery quiz front screen.