ID: 7538
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Analyzed
Status: Feedback
Bug Type: MSSQL related
Assigned To:
Comments:
Previous Comments:
---------------------------------------------------------------------------
[2000-10-30 16:16:52] [EMAIL PROTECTED]
This bug has been reported under the OS Windows 2000. I would like to include Windows
NT4sp6a as well. The below statement doesn't work.
$i=0;
while ($numres > $i){
$obj = mssql_fetch_object($result);
$acctnbr = $obj->acctnbr;
print "<tr><td>$acctnbr</td></tr>";
$i++;
}
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=7538&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]