/home/mjc1/public_html/otms_old/ajax.xml_array_process.php


1
2
3
4
5
6
7
8
9
10
11
<?php
$dir 
".";
include_once(
$dir."/_common.php");

if(
$xmlx!=''){
    
$xmlx stripslashes($xmlx);
    
$res_opt cur_11_rtn_conv2($xmlx);
    
_pr($res_opt);
}

?>