Bluehost.com Web Hosting $6.95

Help with attach file

This is a discussion on Help with attach file within the PHP General forums, part of the PHP Programming Forums category; Is it possible to attach a text file that includes the content of a form name/variable? This is what ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-03-2004
Limelight
 
Posts: n/a
Default Help with attach file

Is it possible to attach a text file that includes the content of a form
name/variable?

This is what I have tried so far without success:


function test_Plain_StringAttachment() {

$this->Mail->Body = "Hello. Body here. ";
$this->Mail->Subject .= " Subject here";

$this->Mail->AddStringAttachment($comments, "filename.txt");

$this->assert($this->Mail->Send(), $this->Mail->ErrorInfo);
}



All I get is the text file titled "filename.txt" but an empty file.

However, when I change the code to read:

$comment = "Hi and welcome to the text file.";

$this->Mail->AddStringAttachment($comment, "filename.txt");

The file includes the text "Hi and welcome to the text file." as it should.

Has anyone had any success, is it possible to do this?

Thank you.

helen


Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 07:55 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0