hello!

I've created this small PHP script, which, when loaded, takes a table from a mysql database and outputs all its lines to the browser window - like a custom blog. When the script is doing that, I would like to generate a form for each of the rows that would contain a button and a hidden field, which would store the records unique ID key from the db. How could I make the other .php script understand which of those fors I clicked the submit button on. thanks!