Re: [PHP-DB] INSERT img+ID
[email protected] (Chris)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
> I want to insert a JPG image ($creacion) with the ID (from the data base, > MEDIUMINT AUTOINCREMENT): 23image.jpg in the data base, and send the > information to a e-mail addres. How do I do that? There are plenty of tutorials/examples of this around. Search for something like "mysql insert image database". Here's one example: http://hockinson.com/index.php?s=37 (even with a downloadable script). Most people suggest storing the filename with the database record, and leaving the actual image in a particular folder. -- Postgresql & php tutorials http://www.designmagick.com/