mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-21 15:56:30 +00:00
Update result.php
This commit is contained in:
parent
67c2675f70
commit
0ef834bba4
@ -3,7 +3,11 @@
|
||||
|
||||
<p>Sorry, but we didn't find any past QSOs with <?php echo $id; ?></p>
|
||||
|
||||
<h3>Callbook Search for <?php echo $id; ?></h3>
|
||||
<?php if (!empty($error)) { ?>
|
||||
<p><?php echo $error; ?></p>
|
||||
<?php } else { ?>
|
||||
<!-- Your existing code for displaying the result -->
|
||||
<h3>Callbook Search for <?php echo $id; ?></h3>
|
||||
<?php if(isset($callsign['callsign'])) { ?>
|
||||
<table>
|
||||
|
||||
@ -43,10 +47,5 @@
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<?php if (!empty($error)) { ?>
|
||||
<p><?php echo $error; ?></p>
|
||||
<?php } else { ?>
|
||||
<!-- Your existing code for displaying the result -->
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user