RE: [PHP] PHP loop to issue sql insert

2010-11-15 Thread admin
. Buskirk -Original Message- From: Simon J Welsh [mailto:si...@welsh.co.nz] Sent: Sunday, November 14, 2010 8:16 PM To: Rick Dwyer Cc: php-general@lists.php.net Subject: Re: [PHP] PHP loop to issue sql insert On 15/11/2010, at 12:47 PM, Rick Dwyer wrote: > Hello List. > >

Re: [PHP] PHP loop to issue sql insert

2010-11-14 Thread Rick Dwyer
On Nov 14, 2010, at 8:15 PM, Simon J Welsh wrote: On 15/11/2010, at 12:47 PM, Rick Dwyer wrote: Hello List. I have a sql command that counts, groups and sorts data from a table. I need to insert the results of that sql command into different table. My sql SELECT looks like this: sel

Re: [PHP] PHP loop to issue sql insert

2010-11-14 Thread Simon J Welsh
On 15/11/2010, at 12:47 PM, Rick Dwyer wrote: > Hello List. > > I have a sql command that counts, groups and sorts data from a table. I need > to insert the results of that sql command into different table. > > My sql SELECT looks like this: > > select count(*) as count, searchkeywords from