RE: [PHP] Cleaning a resultset

2005-09-08 Thread Murray @ PlanetThoughtful
> Hi, > > I have a resultset from a query and need to remove some rows after doing > some php processing then insert into another table i.e. > > /** Get data**/ > $qid = mysql_query('SELECT ...); > > /** Clean data **/ > while( $r = mysql_fetch_object( $qid ) ) { > > } > > How can i genera

[PHP] Cleaning a resultset

2005-09-08 Thread Shaun
Hi, I have a resultset from a query and need to remove some rows after doing some php processing then insert into another table i.e. /** Get data**/ $qid = mysql_query('SELECT ...); /** Clean data **/ while( $r = mysql_fetch_object( $qid ) ) { } How can i generate a new resultset / remove