Hi.
New in this PHP-mySQL thing, been looking for a very simple function PHP which should operate wiht following way:
Output of let´s say addnewfiles.php
Web page with 1 input box where user inputs directory (\blah\blah) which contains .jpg files
Button which say “Fill/update”
Then the script would go to specified directory and would fill into mySQL database all the filenames found in the specified directory. in format “absolute directory\filename.jpg”
1 filename / row, not to same row different column…
thats it…
I have found multiple excellent gallery scripts etc. but would like to do something bit by bit…
If someone has time to do this or direct to correct path… thank you
btw… thanks also for the excellent mySQL to XML tutorial.