
April 29th, 2000, 09:00 AM
|
|
Contributing User
|
|
Join Date: Feb 2000
Posts: 38
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
I need code that will allow me to load picture files into a mysql database, and then retrieve them via a username/password. Once the
username/pasword is entered, the results page will show the files associated with the username/password.
---------------------------------------------
1. upload the file (check out phpfileupload.class on freshemat.net)
2. move it to a centeral image location
3. add it's name and such into the appropriate place in the mysql database
easy, eh?  maybe you could have two tables, one of usernames and another of all the image files, then do a join on them when you bring up the results so that you get all of the images belonging to a person.
|