PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
i have created a form on a web page in php and i need to find out a way of pulling all the data that has been added in the form e.g. first name, last name ect. . onto a automatic email so when the user hits submit it sends a email to them (which they entered in the email section on the form) with all the details on it.
Hopefully someone will know what to do as my head is battered trying to find the answer!
Hello i know the kind of problem you are facing.But you need to ask the right question.
1 do you know how to parse data submited from a form?
2 do you know how to send email using php or a php library?
i suggest you post your sample code .meaning create a form of 2 textboxes fields and a submit button,write what you know about the steps i mentioned, and post it here.ok?