Help for this page

Select Code to Download


  1. or download this
    #header required to properly recieve text/html response
    print "Content-type: text/html\n\n";
    ...
    }
    
    print ']}';
    
  2. or download this
    //loading XML (JSON) data 
    function loadXML(url)
    ...
    //contacting perl script
    loadXML('../backend/script/employee.pcgi');