Hi all ,
Can some one tell me few example program  links , which combination of

JSON,JQUERY,PHP

<?php
$.post("test.php", { func: "getNameAndTime" },
  function(data){
    alert(data.name); // John
    console.log(data.time); //  2pm
  }, "json");
?>

Some thing like return the postal code's

Thanks

Reply via email to