Re: MySQL / PHP Augmenting Variables For UPDATE

2002-02-12 Thread Zak Greant
On Wed, 2002-02-06 at 07:51, Matt Rudderham wrote: > Hi, > I am making a form for editing the rows in a table. It displays each row > as a row in a table(structure id tinyiny,name varchar(30) ), with the > value inside a textbox so it can be changed. When doing the $submit to > MySQL, I need do

Re: MySQL / PHP Augmenting Variables For UPDATE

2002-02-06 Thread Zak Greant
On Wed, 2002-02-06 at 07:51, Matt Rudderham wrote: > Hi, > I am making a form for editing the rows in a table. It displays each row > as a row in a table(structure id tinyiny,name varchar(30) ), with the > value inside a textbox so it can be changed. When doing the $submit to > MySQL, I need do