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?
Upload a image to a folder and its name to a database
Moderator: General Moderators
-
leandro_brazil
- Forum Newbie
- Posts: 2
- Joined: Wed Jan 26, 2005 6:35 am
- Location: Brazil
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
-
leandro_brazil
- Forum Newbie
- Posts: 2
- Joined: Wed Jan 26, 2005 6:35 am
- Location: Brazil
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
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.

search for INSERT.