Search found 1 match
- Fri Jan 02, 2009 6:51 pm
- Forum: PHP - Code
- Topic: Attaching a file with php
- Replies: 1
- Views: 106
Attaching a file with php
here is my php code to attach a file with php, when it sends to my email it works perfectly, but when it sends to either of my parents the body is not blank and the attachment is in the body excepts in code: <?php if (isset($_SESSION['login'])) { $subject = $_POST['subject']; $body = $_POST['body'];...