Re: [PHP-DB] calling a page for each row
[email protected] (Chris)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
On 16/07/10 09:38, listread wrote: > We need to load a page which performs some tasks specific to each > record, including writing some results to another table. > > I have tried to place a page loading script within the while loop that > creates the table, but it seems to only load the page on the last record > in the table. > > Is there a better way to do this? Why does it need to call a page to do all the work? If it was just a function call you'd be off and racing already. -- Postgresql & php tutorials http://www.designmagick.com/