ID: 7538
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: MSSQL related
Assigned To: 
Comments:

No feedback. If this happens with soon to be released PHP 4.0.5 too, reopen this bug 
report.

--Jani


Previous Comments:
---------------------------------------------------------------------------

[2000-11-29 12:19:03] [EMAIL PROTECTED]
I can not reproduce thes error on Windows 2000 or NT with the current version of cvs 
(php4.0.4-dev).
Can you please provide additional info ? Do you use CGI or ISAPI ?

---------------------------------------------------------------------------

[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]

Reply via email to