I have just got everything to work nicely with a little snippet that Weedpacket kindly helped me with.
However, it gives me an additional blank row which sets of the table presenting the search.
See bottom of the list at http://www.brfskalen11.org/claire/test6.php
Could it be the while loop causing the problem?
while ($row[] = mysql_fetch_array ($svar)) {
}
foreach($row as $person)
.
.
.
How do I fix that?