[PHP-DB] Re: Special Insertion Into MySQL - at a loss!

2002-02-21 Thread Adam Royle
The following code is how you should retrieve the data from mySQL... if you wanted to update all of the information through one button, though, I would do it in a slightly different way... Cancel This Domain? as long as all these are from the same table... the

[PHP-DB] RE: Special Insertion Into MySQL - at a loss!

2002-02-21 Thread SpyProductions Support Team
> > The following code is how you should retrieve the data from mySQL... > if you wanted to update all of the information through one button, > though, I would do it in a slightly different way... > > > $sql = "SELECT whatever FROM whatever..."; > > $result = mysql_query($sql); > > while ($r