Jump to content

how to start with ajax


dearmoawiz

Recommended Posts

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.