On Sun, 2008-10-19 at 09:31 -0500, Shawn McKenzie wrote:
> Rick Pasotto wrote:
> > On Sat, Oct 18, 2008 at 08:07:26PM -0500, Shawn McKenzie wrote:
> >> Terry J Daichendt wrote:
> >>> I'm trying to create a form with a loop. I need to append a value to a
> >>> field name each time through the loop.
Rick Pasotto wrote:
> On Sat, Oct 18, 2008 at 08:07:26PM -0500, Shawn McKenzie wrote:
>> Terry J Daichendt wrote:
>>> I'm trying to create a form with a loop. I need to append a value to a
>>> field name each time through the loop. For Instance:
>>>
>>> while ($row = mysql_fetch_assoc($result)) {
>
On Sat, Oct 18, 2008 at 08:07:26PM -0500, Shawn McKenzie wrote:
> Terry J Daichendt wrote:
> > I'm trying to create a form with a loop. I need to append a value to a
> > field name each time through the loop. For Instance:
> >
> > while ($row = mysql_fetch_assoc($result)) {
> > $x=1;
> > e
Terry J Daichendt wrote:
> I'm trying to create a form with a loop. I need to append a value to a
> field name each time through the loop. For Instance:
>
> while ($row = mysql_fetch_assoc($result)) {
> $x=1;
> echo "";echo " name='quantity_' size='2' value='$row[qty]' />";
> echo
4 matches
Mail list logo