|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-02-06 16:08 UTC] jan@php.net
[2002-02-06 16:57 UTC] mfischer@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 09:00:01 2025 UTC |
I'm using Apache and IIS 5. When I use the comparison operator ( == ), my code fails. But when I use a single ( = ), it goes fine. I'm using the plain config that comes with Apache and PHP, but added a line to have .incs treated in the server. This is the lame code: if ($myrow == mysql_fetch_array($Recset)) { $gIDClient = $HTTP_POST_VARS["IDClient"]; } The assigment never gets touched and no error messages are issued. Weird, ain't it? Thanks.