[PHP-DB] Recursive photo gallery removal problem.

2004-03-24 Thread Tom Reed
ISAM; uniqueid is the id of the folder. gallery is the folder depth (0=photo, 0=main folder, 1=sub folder level 1, 2==sub folder level 2...) location is the folder this sub-folder is located in Seems this code may be fairly complex. I've made about three attempts, with no success and I fi

[PHP-DB] Re: Recursive photo gallery removal problem.

2004-03-26 Thread Tom Reed
No solutions or feedback? :( -Tom Reed [EMAIL PROTECTED] "Tom Reed" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I designed a photo gallery system, in which I allow users to create > recursive photo "folders." The trouble I am having is being

[PHP-DB] mysql multi-row insert limitations?

2004-04-16 Thread Tom Reed
I have a lost of 25,000 unique words and I'd like to insert them into my database. Does anyone know if there is a limit to the number of rows you can insert in one statement? example insert: INSERT INTO table (word) VALUES ('tree'),('book'), 'apple') --> Enter's three rows in the database? -tom