hallo,
ich habe folgenden (fehlerhaften) code:
$attachment = fread(fopen("test.txt", "r"), filesize("test.txt"));
$mail->add_attachment("$attachment", "test.txt", "image/txt");
darauf kommt die fehlermeldung:
Fatal error: Call to a member function on a non-object in test.php on line 131
was mache ich falsch?
martin