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've created a feedback form which sends an e-mail containing the data entered into the form, and would like to know if I can change the way that the contents of the form are inserted into an e-mail.
Here's part of the e-mail generated by the php:
Users name: Kevin B
Business Name: Test
Address: 56 Milton Road
Crewe
Cheshire
Postcode: CW2 6FG
Telephone No: 01270 586790
Is it possible to get the address part to have the next line underneath the other so that they are inline?
If you want the address lines lined up.
I don't really understand why you would need that in an email... but oh well.
If you want to, you can set the mail headers to send in html format, so you can just format the email like a web page. That would work too.