Jump to content

Recommended Posts

Posted

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.

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...