Changeset 7156 for temp/trunk
- Timestamp:
- 2006/11/01 10:07:07 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/naka/send.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/naka/send.php
r7155 r7156 41 41 xml_parser_free($parser); 42 42 43 $url = getXMLValue($arrVal,'RESULT','REDIRECT');43 $url = lfGetXMLValue($arrVal,'RESULT','REDIRECT'); 44 44 45 45 print($url); … … 56 56 57 57 58 function getXMLAttValue($arrVal, $tag, $att) {58 function lfGetXMLValue($arrVal, $tag, $att) { 59 59 $ret = ""; 60 60 foreach($arrVal as $array) {
Note: See TracChangeset
for help on using the changeset viewer.
