I am making a small website as a school project for a friend of mine. I started using some PHP to take the input of the user and send it to my friends email. I have been trying to use the $_POST for this. My goal is to have one page to order the item from, a second one that shows what the user selected and then I want the page to send the information to the email on the third page. Is there a way I can do this with $_POST or just a simpler way of doing it altogether? The problem I have been having is that the POST only retrieves the info from one page and cant be used to get information that has already been pulled from another.