store paths and Filenames in MySql

2009-05-11 Thread Brian Boothe
is there a way i can traverse a directory on my server,in php and then have the paths Be Saved as \\server1\projects\ ... etc and actually store the filenames "NOT the files" and paths in mysql ? thanks for any help -- MySQL General Mailing List For list archives: http://lists.mysql.c

directory path storage

2005-10-11 Thread Brian Boothe
Can someone pelase explain to me how to store the pathname and the filename in a MySQL database , I need it to loop thru a Folder and grab all pathnames and filesnames within that folder and store it in a MySQL database,, thanks