View Single Post
  #25 (permalink)  
Old 12-12-11, 04:21
rajan2907 rajan2907 is offline
BOD Member
 
Join Date: Dec 2011
Posts: 3
Default difference between HTML, PHP

HTML is a language used to describe to a browser how to display text and other objects in a browser window. It is not a programming language. HTML works on a client computer (the system on which the page is being viewed).

PHP is a scripting language, and can be used to create web pages written in HTML. PHP runs on the server (the system from which the page comes), and is a full-fledged programming language.
Reply With Quote