I have a website page with a list of items for sale with a checkbox next to each. When the user selects these they are taken to a page which displays a list of the items that have selected and the price total using a php for loop which iterates through all the items and displays details on those selected.
I want to be able to send this information in an email to the site owner but am totally stuck. I am sure there is something simple I am missing. I can email all the additional info but can’t work out how to get the looped info in the email. Can anyone enlighten me?