Jump to content

HTML or PHP?


Max Payne

HTML or PHP  

5 members have voted

  1. 1. What's better?

    • PHP
      5
    • HTML
      0


Recommended Posts

PHP is a web programming language.

HTML is markup language which browsers interpret and format a page based on the tags used. All websites are written in HTML regardless of any programming languages used for the backend.

You need to learn the difference before coding stuff by yourself. Otherwise you'll get yourself confused. And you need to know HTML before you can start with any programming language, not just PHP.

You can't make a browser perform any functions using HTML by itself ;)

Link to comment
Share on other sites

I was thinking about that, but it was too late. I'm a pretty good PHP coder. What i don't get is why some webmasters that make sites that only use HTML can take it. When I make a site, I make a file called header.php, then require it into all of the other pages. Before i knew PHP, when I wanted to change a link on one page, I had to change them on all of the pages. I'm sure you understand.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...