[PHP-DB] Attachment

2001-08-09 Thread WNLeong
I would like to send attachment file through mail by using php. Please help me.!! Thanks. Wen Ni Leong -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mai

RE: [PHP-DB] Attachment

2001-08-10 Thread WNLeong
August 09, 2001 7:42 PM > To: WNLeong > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DB] Attachment > > You must look at the RFC1341 (if you have not already did so) to learn > about > mime types. It is also very useful to send (you) messages with attached > files > and

RE: [PHP-DB] Create new directory-wenni

2001-11-08 Thread WNLeong
Dear Russ, Thank a lot. Your tips do help me. This is the answers I get through my research: $oldumask = umask(0); if(mkdir("path", 0777)) {echo "New directory created!!";} else {echo "Couldn't create directory";} umask($oldumask); Thank a lot. regards, Wenni > -- PHP Database Maili