Jump to content

Recommended Posts

Posted

Its funny you ask, I do that too. Here is what you change.

Departing airport

<?php echo $flight->depname;?>

Arrival airport

<?php echo $flight->arrname;?>

Posted

for a/c name

<?php echo $flight->aircraftname;?>

for REGO

<?php echo $flight->registration;?>

I use both name and reg in one column

<?php echo $flight->aircraftname;?> <?php echo $flight->registration;?>

infobox.jpg

ACARSMAP

<td><%=flight.aircraftname%>  <%=flight.aircraft%></td>

map.jpg

Posted

for a/c name

<?php echo $flight->aircraftname;?>

for REGO

<?php echo $flight->registration;?>

I use both name and reg in one column

<?php echo $flight->aircraftname;?> <?php echo $flight->registration;?>

infobox.jpg

ACARSMAP

<td><%=flight.aircraftname%>  <%=flight.aircraft%></td>

map.jpg

Can you please say How to Do?.. i am not so good in PHP. PLease help me in step by step. my website www.airindiavirtual.com

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...