Re: [PHP-DB] Site Map and Page-o-mation

2008-11-13 Thread Ron Piggott
Chris I had tried this solution before I e-mailed the list. It didn't work, the image filenames are sequential order ( 1.JPG, 2.JPG, etc.) I have simply decided to put the most updated images showing on the first page of thumbnails by reversing the ORDER BY to have the date field

[PHP-DB] Copying Data From One Table To Another Table

2008-11-13 Thread Alice Wei
Hi, I am trying to accomplish a task of which I have to copy the data from one table to another. The problem is that whenever I tried to perform the action of copying the data through this method, although the data gets copied, it performs reiterative copying that causes my program and

Re: [PHP-DB] Copying Data From One Table To Another Table

2008-11-13 Thread Chris
Alice Wei wrote: Hi, I am trying to accomplish a task of which I have to copy the data from one table to another. The problem is that whenever I tried to perform the action of copying the data through this method, although the data gets copied, it performs reiterative copying that causes