Question : need ajax/php test script

I need a simple php/ajax script that I can use to make sure my php5.2/apache2.2/mysql5.1 server supports ajax

will it by default?
if not how can I make it support ajax?

need the test script either way...thanks

Answer : need ajax/php test script

It isn't the server that must support AJAX.

AJAX is simply using JavaScript to make a request to the server. Your server handles this request just like any other request, by showing the requested information. If the request is to a php page, then the php formats the output and sends it back. Then the JavaScript function that made the request passes the response off to another function designed to handle the response that is received.

I guess you cold say that all servers support AJAX.

Many JavaScript frameworks and libraries handle AJAX.

For a simple test script and a quick tutorial I would suggest: http://www.w3schools.com/Ajax/Default.Asp

Random Solutions  
 
programming4us programming4us