I have an address list that displays correctly.
I would like to add options to modify (edit) an entry.
I was thinking about adding radio buttons. But my wife said I should just be able to click on the Last Name (like a link) and have it open another page.
Here is the line that I think I need to change;
echo($row["last"]);
I guess I'd need to make it a link and use the record number somehow.
Any ideas?
tgus
____________________________
Families can be together forever...
I would like to add options to modify (edit) an entry.
I was thinking about adding radio buttons. But my wife said I should just be able to click on the Last Name (like a link) and have it open another page.
Here is the line that I think I need to change;
echo($row["last"]);
I guess I'd need to make it a link and use the record number somehow.
Any ideas?
tgus
____________________________
Families can be together forever...