Sponsered Links
Categories
Sponsered Links

Ajax Server-side Script Example

 

This is a simple Ajax Server-side Script Example. In the code below shows how to write the server-side code in PHP as "time.php".

<?php
    header("Expires: Fri, 20 Nov 2009 05:30:00 GMT");
    header("Cache-Control: no-cache");
    echo(date("G:i:s",time()));
?>

 
 
Sponsered Links
Latest Updates
 
All Content of this site is for learning only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While using this site, you agree to have read and accepted our terms of use and privacy policy.
Copyright © 2009 JSPSERVLETTUTORIAL.INFO All Right Reserved