On Sat, Jan 24, 2009 at 7:01 AM, Emiliano Boragina
<emiliano.borag...@gmail.com> wrote:
>
> 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?
>
> Thanks a lot,
>
>
>
> +                                                                          _
>   // Emiliano Boragina _
>   // Diseño & Comunicación //////////////////

mysql_insert_id
http://us3.php.net/manual/es/function.mysql-insert-id.php

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to