Page 1 of 1

Upload a image to a folder and its name to a database

Posted: Wed Jan 26, 2005 6:38 am
by leandro_brazil
Hi!

I`m tryng to do a thing almos a 3 months, but without success.

I´m needing a lot, to to a upload a image to a folder, and the name of it need to go to a database.

I work with php and mysql

Someone know how I can to do it?

Posted: Wed Jan 26, 2005 6:45 am
by John Cartwright
Maybe you'll have better luck in the volounteer forums. These board are for technical PHP problems.

Posted: Wed Jan 26, 2005 6:55 am
by snicolas

Posted: Wed Jan 26, 2005 7:21 am
by leandro_brazil
Hi!

Uau, its function perfect

now I need only to send the name of the image to the database [ MySQL}

I have a table +/- that:

id....
foto...
txt....
font....
date...


but how?

Posted: Wed Jan 26, 2005 9:51 am
by feyd
hi! there's a great site for finding out how to add data to a table in MySQL: http://dev.mysql.com/doc/mysql/en/

search for INSERT.



:roll: