Nahin wrote:
> Hi,
> Can you please explain it, what is the differences between PHP & HTML?
> 
> Nahin,
> BUET

20081123 0718 GMT-6

PHP is the logic that runs on the server that hosts your pages. Its the 
logic that makes things happen. I say logic but what I mean is, its the 
code that does things like compare two items
if X is equal to Y then print out "X is equal to Y" otherwise print out 
"X is not equal to Y."

HTML is the code that "marks up" a document so a web browser can 
understand and display it.

Wade

-- 
Registered Linux User: #480675
Linux since June 2005

Reply via email to