php

M

Marcus!

Hi what are the main advantages of using PHP rather than HTML?

Are their any performance increases etc?

Is their any browser compatbility problems also ?

thanks
Marcus
 
T

Thomas A. Rowe

None, because you are still using HTML. PHP is a server-side scripting language.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
A

Andrew Murray

php is a scripting language - HTML is a markup language. one uses the
other.
 
Top