Search found 2 matches

by TigerSET
Thu Sep 22, 2011 6:01 am
Forum: VA integration pack
Topic: Help with sorting
Replies: 3
Views: 11183

Re: Help with sorting

I can not sort on va_user (((
by TigerSET
Thu Sep 08, 2011 12:16 pm
Forum: VA integration pack
Topic: Help with sorting
Replies: 3
Views: 11183

Help with sorting

<?php $___notjson=1; $objDOM = new DOMDocument(); $objDOM->load("http://www.fsairlines.net/va_interface.php5?function=getPilotList&va_id=18532"); $dataNodes = $objDOM->getElementsByTagName("data"); foreach ($dataNodes as $item) { echo $item->getAttribute('va_user'); ?><br> <?} ?>