And so instead of my
Code:
<tr onmouseover="...">
you can try just using
Code:
<tr title="Lowest price for this flight is $<?php echo row['lowest'];?>">
But the problem with a
title is that it doesn't stay on the screen very long. If you want a more persistent message, you can use JS as I showed you.