dearmoawiz Posted May 2, 2008 Share Posted May 2, 2008 hi guyzz howz u all i wanna start ajax in php so can any body tell me from where i get the initial help for ajax which will be helpfull for me to getting good start... Enjoy!!! wizzz Quote Link to comment Share on other sites More sharing options...
rhodesa Posted May 2, 2008 Share Posted May 2, 2008 I would check out a JS library. It's way easier then try to write the code to do an AJAX call. jQuery is a great one, prototype too. They have lots of examples on those sites. As for the PHP portion of it, just remember an AJAX call is just like a normal call to a webpage, just in the background. So you still use GET and POST to send data. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.