PHP Tutorial - Prerequisite for PHP 2

There are no basic prerequisites for learning PHP, but some say it's helpful to have a basic understanding of these skills before getting started: 

  • HTML: PHP outputs to the browser, so it's a good idea to know the basics of HTML. You can learn HTML from articles and tutorials, or take a course like Codecademy's Learn HTML. 
  • Computer programming: Some say it's helpful to have a basic understanding of computer programming. 
  • JavaScript: You can learn JavaScript to make interactive HTML pages.