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!
Heya,
I have a flash form that uses PHP to send the data to an email, but it causes all of the data to display on the same line with no spaces when recieved via email, can anyone help? Thanks!
I'm sorry, I didn't explain myself correctly, I know that whatever is in that section will be sent, but when I do that; include additional information to be sent, than when you receive it via email all the information appears on the same line. I'm not having any problems with the data actually getting sent, just having it properly formatted, does that make sense?
PS thanks for the spam reminder, I totally forgot about that in the forum.
WithHisStripes wrote:PS thanks for the spam reminder, I totally forgot about that in the forum.
I wasn't actually referring to the email address being visible, but the direct use of $_POST data without filtering, validation.. anything to protect you and your users. There's a thread that Ninja Space Goat started a while back on mail header injection.. I would consider it a good, possibly alarming, read for you.