It shows that you are unregistered. Please register with us by clicking Here
![]() |
|
![]() |
![]() | Register - FAQ - Today's Posts - New Posts - Support - Search | ![]() |
|
|
#1 (permalink) |
|
Member
Join Date: Jan 2007
Age: 28
Posts: 50
|
what type of programming language do u prefer? IMO, both have advantages and disadvantages. php is easier to maintain, while XHTML is easier to build, i think. at least this is how it works for me. how about u?
__________________
Photoshop Tutorials and PSD downloads |
|
|
|
|
|
|
|
#3 (permalink) |
|
Member
|
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.
__________________
Indiana Jones |
|
|
|
|
|
#4 (permalink) |
|
Member
Join Date: Jan 2007
Posts: 50
|
They co exist. XHTML can help your site look and layout while PHP can provide the dynamis. Basically I use XHTML for developing WAP sites combined with PHP. Of course there be some configuration on your webse for your WAP site to work.
|
|
|
|
|
|
#5 (permalink) |
|
Senior Member
|
Same as VP here, they're two totally different languages for two separate aspects of development.
__________________
"The real hell is your life gone wrong." <---DONATIONS NEEDED, CLICK TO READ MORE---> |
|
|
|
|
|
#6 (permalink) |
|
Junior Member
Join Date: Feb 2007
Posts: 11
|
Personally I prefer PHP to build and develop both websites and web applications. I've come to appreciate the real power of database driven sites and the added flexibility they give when it comes to further development. The ability to add a level of depth and interactivity in a site these days is crucial to its success.
Naturally XHTML is generally what is generated by PHP these days, and though powerful on its own, doesn't cut it for a lot of applications. Learn PHP and generate your XHTML on the fly - it's much slicker and allows more to be achieved than you ever thought possible. |
|
|
|
|
|
#9 (permalink) |
|
Member
Join Date: Jun 2007
Posts: 52
|
Since I started learning programming and coding through HTML and XML, of course I prefer XHTML over any other language.
HTML is a very clean way to make a webpage - it dose not allow improperly nested elements, everything must be within the root HTML element, and all tags must be closed. It's a web programmers dream. |
|
|
|