PHP remember Form-button data to insert into form field
Hi,
I am creating a book website where people can reserve books (one at a time).
Basically what I want to do is have a reserve button under each book which contains hidden values (the title and author of the book) and when they click on the button they will be taken to a 'reserve book' page with a form on it where they will have to fill out their details. However I want the book title and author to automatically be entered into the appropriate fields, so to save the users from having to do it themselves.
I'm sure this is possible with PHP, but not sure how to go about it in the right way.
I would appreciate any help with this.
Thanks
