Re: Need help with modifying values

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I am looking for a full time online Job. Please have a look at my CV at the
below link. any one looking for freelancer or permanent employee 8 hours a
day, 5 days a week.

Salary 1000 USD per month

www.bsdinfotech.com/loveneesh1.htm

Regards,



----- Original Message ----- 
From: "Matt Stone" <stone.matthew@xxxxxxxxx>
To: <php-general@xxxxxxxxxxxxx>
Sent: 18 December 2005 2:49
Subject: Re:  Need help with modifying values


> There's a big difference between the first and second scripts your using.
> The second one isn't using a while loop so will only return the first row
in
> the recordset. See below.
>
> HTH
>
> Cheers
> Matt
>
> ----- Original Message ----- 
> From: "Anasta" <neretlis@xxxxxxxxxxxxxx>
> To: <php-general@xxxxxxxxxxxxx>
> Sent: Sunday, December 18, 2005 8:21 AM
> Subject:  Need help with modifying values
>
>
>
> > while ($myrow = mysql_fetch_array($result)) {
> >
> >  echo "<tr><td>" . $myrow['Name'] . "</td>";
> >  echo "<td>" . $myrow['Rating'] . "</td>";
> >  echo "<td bgcolor='cyan'> <a href='modify_values2.php?id=" .
$myrow['ID']
> .
> > "'>Modify</a></td></tr>";
> > }
> > ?>
> +++++++++++++++++++++++++++++
> >
> >
> > $myrow = mysql_fetch_array($result);
> >
> >  $Name = $myrow['Name'];
> >  $Rating = $myrow['Rating'];
> >
> > ?>
>
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux