Search found 2 matches
- Tue Dec 28, 2010 11:47 pm
- Forum: VA integration pack
- Topic: FSA xml integration
- Replies: 5
- Views: 11016
Re: FSA xml integration
<Text Removed by Moderator>
- Sat Dec 25, 2010 8:27 pm
- Forum: VA integration pack
- Topic: FSA xml integration
- Replies: 5
- Views: 11016
FSA xml integration
Hello! I just want integret from my VA all pilots and create my style.. I creat PHP code <?php $objDOM = new DOMDocument(); $objDOM->load("http://www.fsairlines.net/va_interface.php5?function=getPilotList&va_id=16244"); $get = $objDOM->getElementsByTagName("va_id"); foreach( $get as $value ...