you would change this line:
echo "Date $row_result[date] found.<br> Clink HERE to see all the data related to this date".$row_result['date'];
to something like:
echo "Date ".$row_result['date'] ." found.<br> Clink <a href=\"page.php?date=".$row_result['date'] ."\">HERE</a> to see all the data related to this date".$row_result['date'];