HTML is a set of instructions that a browser collects from the web server. The browser uses these instructions to assemble the web page the user actually sees. So the browser is doing all the work in preparing the page.
PHP is a set of instructions used by the web server to prepare the HTML that will be passed onto your browser. With PHP the Web Server is doing some preliminary work before it hands those instructions over. This allows you to add information from other sources such as a database that are specific to the user's needs. An example might be a search where you pass back to the server what you want to find, the PHP then finds it, assembles the results into HTML and them passes that back to the browser. Have a look at the tutorial at:- http://www.w3schools.com/PHP/default.asp Charlie -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Nahin Sent: 23 November 2008 04:54 To: [email protected] Subject: [php_mysql] PHP Vs HTML Hi, Can you please explain it, what is the differences between PHP & HTML? Nahin, BUET
