T
T
Taame2020-04-27 06:11:57
HTML
Taame, 2020-04-27 06:11:57

Layout difference: html vs php?

Tell. Made up two sites, two different developers, one html, another php. What is the difference between them? This means, what is the difference in functionality, php is better than html?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vladimir Korotenko, 2020-04-27
@Taame

Perhaps html is not just html but SPA. Then the question is more interesting. As already mentioned, PHP allows you to immediately give the finished code, but requires a second call to the server, SPA works on the client, so it is worse indexed by search engines, but more user-friendly.

I
I'm Yoda, 2020-04-27
@Anadi

For ease of understanding.
HTML - what the user sees (the appearance of the site)
PHP - the functional part
Most likely, only one did the layout, and the second pulled this layout onto the engine

B
byBasket, 2020-04-27
@byBasket

how did it happen that two different developers did this? you are a customer and think who to pay?)))

X
xmoonlight, 2020-04-27
@xmoonlight

PHP - Dynamic page template generation (depending on logic in PHP code).
HTML - Static layout of the page template (the server is not involved).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question