MaciejO Posted March 29, 2010 Report Share Posted March 29, 2010 Hello! Becouse i am just setting my VA on phpvms and Notam's page are outdated so have created small thing which keeps your NOTAMs Alive. Just find the lines 19-27(schedule_briefing)and swap them with this code : <tr> <td width="50%" ><?php echo "{$schedule->depname} ($schedule->depicao)"; ?><br /> <a href="http://ourairports.mobi/airports/<?php echo $schedule->depicao?>/notams.html" target="_blank">Click here to check the NOTAM's</a></td> <td width="50%" ><?php echo "{$schedule->arrname} ($schedule->arricao)"; ?><br /> <a href="http://ourairports.mobi/airports/<?php echo $schedule->arricao?>/notams.html" target="_blank">Click here to check the NOTAM's</a></td> </tr> That's server contains much airport NOTAM's so shut be no problem with it. Hope this help. Maciej. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.