Hello,
We at php-mods.eu (http://php-mods.eu/index.php/) can make you a template like the one you asked for, the template will be modified for your standards and ideas.
For more info please contact us here: http://php-mods.eu/index.php/contact or PM me on phpVMS
George and Vidofnir,
Vidofnir's code is okay but there is a small mistake which cause the problem the $count++; should be inside the table row so this is the correct way to do it:
<p class="under_blue">
<?php
$id = $awardname->awardid;
$awardid = AwardData::get_award_tittle_by_id($id);
echo $awardid->name;
?>
</p>
<table width="70%" border="0">
<tr>
<td width="60%">Comment</td>
<td width="20%">Date</td>
</tr>
<?php
if(!$awardinfo)
{
echo '<tr><td><center>There are no any awards issued!</center></td></tr>';
}
else
{
$count = 1;
foreach($awardinfo as $info)
{ ?>
<tr>
<td><?php echo $count;
$count++;
?>
<?php echo $info->comment; ?></td>
<td><?php echo $info->dateissued; ?></td>
</tr>
<?php
}
} ?>
</table>
PS:George it is corrected at our website by me
Yes it is You need a textbox and some javascript/jquery code to search the MySQL table. I m not familiar with this type of coding... I m sorry but I can't help with this, anybody else is welcomed to edit the module
Thanks!
Hey!
I need your input here...
Any idea why this query is not working ?
$sql = "UPDATE " . TABLE_PREFIX . "staff SET `name` = '$pilot', `descr` = '$job', `email` = '$email', `img` = '$image' WHERE id = '$id'";
DB::query($sql);
Hello guys!
Sorry for the huge delays here... we are testing it right now at Greece Airways you can see it here: http://www.greeceairwaysva.com/fss/index.php/staff
If everything is well at weekend it will be out
Again sorry but we had some problems (not only with this module) and we were in a mess of code...
you are on a free hosting company Are you able to use cURL ? If yes download this and replace your liveflights.php file http://www.mediafire.com/?mwd8a1au5pr6iww