> -Original Message-
> From: Daniel Bergqvist [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 01, 2001 9:57 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Problem with fopen() when php is in safe_mode
>
>
> if($dir = @opendir("/home/d5051/public_
Hi!
I'm having trouble with a script who should attach files to a mail. The script
looks like this:
from = $email;
$mail -> to = $to_email;
$mail -> subject = "Testing";
$mail -> body = "Testing";
if($dir = @opendir("/home/d5051/public_html/test")){
wh
2 matches
Mail list logo