Resolved Question
|
Whats the difference between html and php in web design?
Whats the difference between html and php in web design? In Web Design Asked by ledlo 1 answer (0 videos | 0 audios) 243 Views 1 month ago Resolved |
Answers
|
PHP is an application server. It is very similar to html. When a PHP page is accessed by a web browser, it sends a message to the server and the resulting output is written as HTML Web page. The .php extension is included, since it tells the Web server that the page includes PHP code. This also allows dynamic content to be created each time a Web page is requested, it is based on the variables in the PHP code. PHP is usually database driven. Answered by quest 1 month ago
|
- Previous
- 1
- Next










