Update result.php

This commit is contained in:
Peter Goodhall 2024-10-03 14:58:11 +01:00
parent 2b110b6d63
commit 67c2675f70

View File

@ -44,9 +44,9 @@
</table>
<?php if (!empty($error)) { ?>
<p><?php echo $error; ?></p>
<?php } else { ?>
<p><?php echo $error; ?></p>
<!-- Your existing code for displaying the result -->
<?php } ?>
</div>