--- Nahin <[EMAIL PROTECTED]> wrote:
> Can you please explain it, what is the differences
> between PHP & HTML?
PHP is basically a programming language. It runs on a
computer, and is generally used on a computer along
with web server software to provide content.
HTML stands for Hypertext Markup Language. It is not
a programming language. A special program called a
"browser" is able to read the special coding
("markup") used in HTML and present it in a more
understandable way to the user (visual, aural, etc.).
PHP may be used by a developer to send HTML to a
remote user's computer upon request. For instance,
Joe types "http://example.com/go.php" in his browser's
address bar. The computer at example.com finds and
executes the "go.php" program and sends the resulting
HTML to Joe's browser.
Another explanation may be found at
http://www.sharpened.net/helpcenter/answer.php?75
Michael Roush
[EMAIL PROTECTED]
"The power of the Web is in its universality. Access by everyone regardless of
disability is an essential aspect."
-- Tim Berners-Lee, W3C Director and inventor of the World Wide Web