Searched the forums but nothing seems to answer my question. I knew to the php scene so this could be a very simple problem in your eyes.
I have a page that returns a list of results into a table. The table contains an edit and delete submit button for each record. The original author of the code designed the page so that you could hit delete in the row and the record would be removed from the database. The only problem is that the ID doesn't appear to be picked up from the row, rather the last ID that was displayed to the page is being picked up. If posting the code would hope I can manage to do that also.
One last thing, I noticed that he gave the submit buttons all the same value as in 'Del' or 'Edit'. When I changed the code to set the vaule equal to $myrow[variable] it does return the unique ID for that row to the caption for the submit button.
Thanks for any help in pointing me to the solution.
Chris