Jump to content

Recommended Posts

  • Moderators
Posted

Like this:

map1.png

This is the code I use in schedule_results.tpl :

<table>
<tr>
<th align="center" bgcolor="black"><font color="white">Flight Map</font></th>
</tr>
<tr>
<td width="100%">
<?php
$string = "";
$string = $string.$route->depicao.'+-+'.$route->arricao.',+';
 ?>
<img width="100%" src="http://www.gcmap.com/map?P=<?php echo $string ?>&MS=bm&MR=240&MX=680x200&PM=pemr:diamond7:red%2b%22%25I%22:red&PC=%230000ff" />
</td>
</tr>
</table>

  • Like 2

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