2009/5/28 Olexandr Heneralov <oheneralov@xxxxxxxxx> > Hi! > Do not use low-level AJAX. > There are many frameworks for ajax (JQUERY). > Try to use PHP frameworks like symfony, zend framework. They simplify your > work. > > > 2009/5/28 Lenin <lenin@xxxxxxxxxxxxx> > > > 2009/5/28 kranthi <kranthi117@xxxxxxxxx> > > > > > > > > > > > i recommend you firebug firefox adddon (just go to the net tab and you > > > can see all the details of the communication between client and > > > server) > > > and i find it helpful to use a standard javascript(jQuery in my case) > > > library instead of highly limited plain javascript language > > > > > I also recommend using FirePHP with FireBug here's a nicely written > > tutorial > > on how to use them both together for Ajax'ed pages. http://tr.im/iyvl > > Thanks > > Lenin > > www.twitter.com/nine_L > > > Moo, I would say learn to do PHP by itself before you go using frameworks. AJAX is a bit different though because there will be few reasons that you will ever need to write low level code when you're using a library like Prototype =) -- Luke Slater :O)