Re: [PHP] mail/variable help needed..

2002-08-18 Thread Jason Wong
On Monday 19 August 2002 07:23, eriol wrote: > I understand that PHP will retain the file in a temporary directory (/tmp/) > until it is stored to the path I've specified (/uploaded/), but I don't > understand how to get it to print the new file name within the email it > sends to me.. Currently,

[PHP] mail/variable help needed..

2002-08-18 Thread eriol
The following is the partial source for an upload form.. I'm having trouble with the mail() function including the actual file name the user is sending instead of "/tmp/phpIkRjHq".. I understand that PHP will retain the file in a temporary directory (/tmp/) until it is stored to the path I've spe