|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-08-31 06:31 UTC] cynic@php.net
[2001-08-31 14:31 UTC] jeroen@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 08:00:01 2025 UTC |
Hi, the value of iid comes from the URL-request-string. I.e. &iid=0 If I test of the emptyness of $iid, empty($iid) returns FALSE, but $iid is not empty. if (empty($iid)) { $iid = '5.1'; } The test "if ($iid == '') returns the right value. regards, Carsten