RE: [PHP] Problem with fopen() when php is in safe_mode

2001-11-01 Thread Mark Roedel
> -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_

[PHP] Problem with fopen() when php is in safe_mode

2001-11-01 Thread Daniel Bergqvist
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