Hi justsomeone
Your char ">>>" was a real help, because that was hindering things.
However, I stumbled onto the answer late on Friday night.
Put that "$PHP_SELF,$myrow["id"], " row in third position, corresponding with the linking row.
So third down is ">>>" which (enclosed in a small box via css) is the link.
So I changed
$PHP_SELF,$myrow["id"],
$myrow["one"],
$myrow["two"], ....et al
to
$myrow["one"],
$myrow["two"],
$PHP_SELF,$myrow["id"], ....et al
and now it works a treat.
Madness, of course. But as long as it works - and as the world is mad now anyway - one might as well embrace the madness. All the best and many thanks, justsomeone