source: pro-violet-viettel/www/deploy/20150304/application/modules/ajax/views/user.php @ 780

Last change on this file since 780 was 780, checked in by dungnv, 10 years ago
File size: 579 bytes
Line 
1<?php header ("Content-Type:text/xml"); ?>
2<USER_INFO>
3        <DATA userId="<?php echo $content['userId']; ?>" userLevel="<?php echo $content['userLevel']; ?>" userPhone="<?php echo $content['userPhone']; ?>" userMoney="<?php echo $content['userMoney']; ?>" appUserName="<?php echo $content['appUserName']; ?>" appAddress="<?php echo $content['appAddress']; ?>" licType="<?php echo $content['licType']; ?>" licCustomer="<?php echo $content['licCustomer'];  ?>" licCreate="<?php echo $content['licCreate']; ?>" licExpire="<?php echo $content['licExpire']; ?>">
4        </DATA>
5</USER_INFO>
Note: See TracBrowser for help on using the repository browser.