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

MySQL / PHP Augmenting Variables For UPDATE

2002-02-12 Thread Matt Rudderham
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 this: for($count=0;$count<=$i;$count++) { $cur

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

MySQL / PHP Augmenting Variables For UPDATE

2002-02-06 Thread Matt Rudderham
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 this: for($count=0;$count<=$i;$count++) { $cur