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/
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php