What The Heck Is PHP?
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
PHP is also known as Hypertext Preprocessor. It is an open source (free), server-side (meaning run from your server), scripting language that is used to create web pages.The site you are reading right now is made up of this language. If you’ve every visited a site that ends with “.php”, then you come across it. I’m sure you’ve probably heard of HTML, or Hyper Text Markup Language. With PHP, you can embed HTML right into a PHP script. You can basically use PHP to build your entire website, graphics included and embed your HTML right into the darn thing.
