ID: 10833
Updated by: sas
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: *Session related
Operating System: Linux
PHP Version: 4.0.5
New Comment:

Could you give a snapshot a try?

http://snaps.php.net/

The scanner is supposed to ignore whitespace.

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

[2001-05-12 17:24:31] [EMAIL PROTECTED]

This applicable for browsers that don't allow cookies:

The following is not working:
<a class="subMenu"
        href="<?php if (!isset($currentMenu))
                        echo $smUrlRefs[$key];
                else echo "../" . $smUrlRefs[$key]; ?>">
                Menu </a>

But if href is on the same line as <a> tag, it works:
<a class="subMenu" href="<?php if (!isset($currentMenu))                               
 echo
$smUrlRefs[$key];
                else echo "../" . $smUrlRefs[$key]; ?>">
                Menu </a>



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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10833&edit=1


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