How would it be possible to pull information such as an airline name, total pilots, pending pilots, number of schedules, number of flights, all this information into a web page from a public web address such as http://www.mywebsite.com/core/airlinestats.php ?
somthin another like that because you cant pull the information from the codon config since the local config is encoded and it uses that to get the information is it possible ?
How would it be possible to pull information such as an airline name, total pilots, pending pilots, number of schedules, number of flights, all this information into a web page from a public web address such as http://www.mywebsite.com/core/airlinestats.php ?
somthin another like that because you cant pull the information from the codon config since the local config is encoded and it uses that to get the information is it possible ?
Go to my website www.parkho.ir and “login” then in “Modules-Pilots”, click “Statistics” and tell me if that’s what you’re looking for.
no what im looking for is a way to pull all updated and live information from a phpvms installation onto another php page on another website whole nother domain. sorta like vacentral but not how it pulls information such as number of pilots number flights etc…
no what im looking for is a way to pull all updated and live information from a phpvms installation onto another php page on another website whole nother domain. sorta like vacentral but not how it pulls information such as number of pilots number flights etc…
The other domain, is it on the same host? If not, you need phpVMS API to achieve that and I don’t think phpVMS has an API. If your other domain is on the same host as phpVMS then it is possible to write a code to connect to your DB and pull the information on the other domain.