Re: XHTML vs PHP
They are two completely different language types, and you can't thus compare them. XHTML is a client-side coding language with no variables, while PHP is a server-side programming language. You would be better off by comparing HTML and XHTML or ASP and PHP.
I personally use PHP to output my XHTML.
|