Respuesta :

Answer: Yes, because web pages are HTML texts and they are static. You can generate HTML text with PHP and thus it’ll make your web page dynamic. For example if you want to show the current time to each visitor of your webpage you can get the current time with PHP and generate the HTML to show the time. As a result each user of your webpage will see different HTML e.g. which we call a dynamic page.