Login   Register  
PHP Classes
elePHPant
Icontem

File: jApi_server/jApi_verify_response.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Bijaya Kumar Behera  >  jApi RPC  >  jApi_server/jApi_verify_response.php  >  Download  
File: jApi_server/jApi_verify_response.php
Role: Example script
Content type: text/plain
Description: auxiliary file
Class: jApi RPC
Handle client and server API calls
Author: By
Last change:
Date: 2013-09-20 00:17
Size: 269 bytes
 

Contents

Class file image Download
<?php
  
  
//
  
define('jApi_ds'DIRECTORY_SEPARATOR );
  
define('jApi_root'dirname(__FILE__));
  
  
//
  
require_once (jApi_root '/'  'jApi_config.php' );

  
//
  
jApi::verify_response_init($jApi_rules);

  
//
  
jApi::verify_response_output();
 
?>