I have a php page showing records from an sql database, when the user clicks on a link they are taken to a detail page with more info etc.
All of this works fine - the issue is that I wiould like uses to be able to submit a form from this page with a file attached.
I have the form as an include, with any data being entered into the form being sent to my email - this is fine.
The problem occurs with some hidden fields with details from the recordset not being displayed,
I don't know if this makes any sense so if anybody needs further info please let me know.