Ever hear of the all fancy "Web 2.0"? AJAX is pretty much what defines this (besides glossy graphics). But basically AJAX is just the use of JavaScript and any server side language to be able to process data without refreshing the page. Well a new page is virtually made and processed but the user never sees this. Just the output which is then returned back to JavaScript to be used by the document. Here's how the average AJAX request goes threw - JavaScript(send)->PHP(send)->JavaScript(receive and use).
http://www.w3schools.com/ajax
That is an example of Ajax using JavaScript and ASP. You can use JavaScript and PHP, etc. As stated before.
__________________
PHP Code:
$talkupation++;
Please login or register to view this content. Registration is FREE - Free IPB forum hosting (releasing today!!!), no ads, free modifications
|