0
advantages?
what are the advantages of using <?php echo ?> instead of sticking with html?
2 Answers
+ 4
HTML is just a markup language. You cant create any web programs using HTML. You need PHP. If you are trying to become a web developer, you must learn PHP
+ 3
html is just a mark up language and also client side but if you want a website that can interract with a user in terms of maybe a travel site where the users will have to choose trips or login with a secure password etc. it will require their requests to be served by a server so basically php is a server based programming language