View Single Post
  #3 (permalink)  
Old 12-05-2007, 06:17 AM
itsols itsols is offline
WMG Newcomer
 
Join Date: Dec 2007
Posts: 4
iTrader: (0)
itsols is on a distinguished road
Default

The choice is actually yours, but I'd opt for AJAX. Well, as things are at the moment, I'd even skip the XML part for the moment. As you know, web standards are undergoing constant revision and soon you'll find certain commands getting obsolete or incompatible with some browsers and/or servers. I actually use the following combination for my work at present:

Client - Javascript, XHTML (at least close to its standard)
Server - PHP
Database - MySQL

If you have the time to constantly revise your code, you can easily bring in XML. But before you do, first verify if you really need it.

All the best
Khalid
Reply With Quote
Sponsored Links
Register and sign in to hide this ad block