Okay, I've added the $ infront of the State variable and have received the new error:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/spasearc/public_html/results.php on line 56.
Line 56 in BOLD below
<?php do { ?>
<tr bordercolor="#3366CC" class="bodyHeader">
<td><?php echo $row_spaResults['Spa Name']; ?></td>
<td><?php echo $row_spaResults['Spa Type']; ?></td>
<td><?php echo $row_spaResults['City or Town']; ?></td>
<td><?php echo $row_spaResults['State']; ?></td>
<td><?php echo $row_spaResults['Country']; ?></td>
</tr>
<?php } while ($row_spaResults = mysql_fetch_assoc($spaResults)); ?>
Thanks heaps,
christL