4 PM, [EMAIL PROTECTED]
wrote:
I am storing the file on my server.
-Original Message-
From: Dan Brunner [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 28, 2003 2:42 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] Email an attached file
Hello!!
If your storing the f
I am storing the file on my server.
-Original Message-
From: Dan Brunner [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 28, 2003 2:42 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] Email an attached file
Hello!!
If your storing the file name, file type, in
Hello!!
If your storing the file name, file type, in mysql; and are storing
the files on a server.
(Which you should be doing!!!)
You could use this!!
//
$query = "SELECT * FROM Images WHERE Num = $num";
$result = mysql_query ($query, $db
www.phpclasses.org is your best bet. there are plenty. personally i use
this one..http://phpclasses.com/browse.html/package/32.html
check out his site for examples.
hth
jd