Internet contaits 2 parts in a user's point of view: client-side (browser)
and server-side (a web server).

PHP is a programming language or you can say "logic" that being executed on
web servers, and HTML is a make-up or you can say "language" executed on web
browsers. After PHP is executed on web server, it will be converted to HTML
and be sent to client's web browser to be display:

PHP -> HTML
logic -> content


Regards,
Aaron Law Ho hon
--~--~---------~--~----~------------~-------~--~----~
>>>>>>>>>> What am I? <<<<<<<<<<
20081122:
人生是自覺。成熟是想想自己,也想想其他人才決定。終極目標是快樂。有了「好」,便知「壞」,這就是分別心。我不快樂是因為心內有「妄念」(我心內預先寫好的劇本),使我與現實沒接軌,沒有接受到現實。放下妄念,就是自在積極。[自己快樂?別人快樂?現在快樂?將來快樂?
]
200802: 如實知自心。用熱情鑽研事物,讓幸運之門打開。

----
Free as in Freedom ;-)
Code is poetry (and experimential).

**********************************
reach me @:
[EMAIL PROTECTED] (not for YOU)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~


On Sun, Nov 23, 2008 at 9:21 PM, Wade Smart <[EMAIL PROTECTED]> wrote:

>   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
>  
>


[Non-text portions of this message have been removed]

Reply via email to