- 1

what is dynamic page? what is the difference between a HTML page and php page

10th Aug 2016, 12:52 PM
Debajyoti Giri
3 Respuestas
+ 1
Dynamic page basically refers to an interactive page. HTML pages are mostly static, they are made and edited later, you can't interact much except for a few links. But with php you can create forms, input data and get prompts based on your data. So it provides an interactive web environment.
10th Aug 2016, 6:42 PM
Sumitabha Banerjee
Sumitabha Banerjee - avatar
0
it's isn't really dynamic page , it's more dynamic variable which can change content. in a html (.html) page you can't use some php code but in a php (.php) page you can obviously run php code and write some html content like echo ("<h1> Hello world </h1>");
10th Aug 2016, 2:39 PM
francis
0
HTML is client side, php is server side.
12th Aug 2016, 7:23 AM
Yuliana
Yuliana - avatar