News:

The "Support Requests" forum is now viewable by guests.

Main Menu

AJAX support

Started by nitehawk, May 20, 2007, 02:10:38 AM

Previous topic - Next topic

nitehawk

Hi guys,

I want to transform my website and make use of AJAX. Replace all the ugly post backs with nice server side javascript calls.
Thing is im new to AJAX so i have no idea if AJAX will work with PHP and mysql.

First of all does freepgs support AJAX (i.e. remote scripting, calling mysql from javascript etc)?

Second, can you please point me in the direction of some good resources about AJAX and getting it working with PHP?

Thanks heaps for your help

markjay

First of all, AJAX is client side. Where it just sends data to the server and outputs it on your browser even without leaving the current page.

You may start learning by going to this link:
http://www.w3schools.com/ajax/default.asp

I have just recently learned AJAX from that site and they give the very important thing on how to use AJAX.