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 Link to comment https://forums.phpfreaks.com/topic/103873-how-to-start-with-ajax/ 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. Link to comment https://forums.phpfreaks.com/topic/103873-how-to-start-with-ajax/#findComment-531727 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.