FreePgs.com Forum

FreePgs Related => Support Requests => Topic started by: nitehawk on May 20, 2007, 02:10:38 AM

Title: AJAX support
Post by: nitehawk on May 20, 2007, 02:10:38 AM
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
Title: Re: AJAX support
Post by: markjay on May 20, 2007, 12:13:19 PM
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.