Changeset 7280 for temp/trunk/html
- Timestamp:
- 2006/11/02 13:54:58 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/naka/send.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/naka/send.php
r7279 r7280 36 36 $req->clearPostData(); 37 37 38 /* 38 39 $parser = xml_parser_create(); 39 40 xml_parser_set_option($parser,XML_OPTION_SKIP_WHITE,1); 40 41 xml_parse_into_struct($parser,$response,$arrVal,$idx); 41 42 xml_parser_free($parser); 43 */ 44 45 $arrVal = $_GET; 42 46 43 47 $err_code = lfGetXMLValue($arrVal,'RESULT','ERR_CODE');
Note: See TracChangeset
for help on using the changeset viewer.
