|
Posted by Usenet on 02/02/07 13:50
In article <3p-dnacfWqQHo1zYnZ2dnUVZ_qqrnZ2d@comcast.com>, Angelic Kodaijin
wrote:
> Right now I have a good system in the works, but there is a lot of old
> images that need to be imputed into the database. I'm trying to find out if
> there will be a way to do this with out having to hand enter all these
> entries, being there are about 70,000 that would need to be entered.
So presumably you're wanting to enter the names of these 70k files into tables
so that your system can pull them out for the right people?
It's not hard to write some php that reads the file names and enters them into
MySQL tables. Of course, making the link between them and the correct people
relies on the information being in the system (because of the filenames
perhaps?), otherwise you will be entering all of that by hand.
Or have I guessed at the wrong problem?
Regards
Mark
Navigation:
[Reply to this message]
|