$q1 = "insert into tablename (images) values ($imageSavingResult)";
mysql_query($q1);
you just have to change the name of the table, and if you have a user ID yo need to indicate the id into the insert. Remember to connect to your db first.
Sorry for my english, i talk in spanish.
Muy bien gracias, Yo hablo espaņol tambien. Yo tome una ruta diferente para guardar las imagenes en la base de datos. Utilizo la funcion encontrada en saved.php para buscar el valor de $images y salvarlo finalmente en la base de datos.
Bookmarks