ID: 13468
Updated by: mfischer
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: MySQL related
Operating System: Win 98 SE Chinese Ver
PHP Version: 4.0.6
New Comment:

Muha :) Again bogusified. Do not respond.

- Markus

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

[2001-10-02 09:18:36] [EMAIL PROTECTED]

Thank you, Derick!

MIKE


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

[2001-10-02 09:11:45] [EMAIL PROTECTED]

Bogus, and do not open it again please.

Derick

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

[2001-10-02 09:10:42] [EMAIL PROTECTED]

Sorry, it is not a bug!
I  finally found the reason for why does  the IE always show info as below:
"Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or
`T_NUM_STRING' in c:\program files\apache
group\apache\htdocs\web\site1\list.php on line --[the number of line]"

It is because the echo (including print) doesn't work at the line
below,
echo "<tr><td><a href=\"profile.php?id=$arr['user_id']\"  target='_top'>";
showing the error info as I mentioned. ( but it should work according to PHP books)

It only works when  the $arr['user_id'] is out of the quotes.
echo "<tr><td><a href=\"profile.php?id=".$arr['user_id']."\"
target='_top'>";
then IE showed no error any longer.

So I have to let all $arr['key']  out of the quotes, then the scripts are Ok.


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

[2001-10-02 09:10:13] [EMAIL PROTECTED]

Not a bug, and BTW, this:

echo "<tr><td><a href=\"profile.php?id={$arr['user_id']}\" target='_top'>";

works too. (Use { } around it)

Derick

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

[2001-10-02 09:08:41] [EMAIL PROTECTED]

Sorry, it is not a bug!
I  finally found the reason for why does  the IE always show info as below:
"Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or
`T_NUM_STRING' in c:\program files\apache
group\apache\htdocs\web\site1\list.php on line --[the number of line]"

It is because the echo (including print) doesn't work at the line
below,
echo "<tr><td><a href=\"profile.php?id=$arr['user_id']\"  target='_top'>";
showing the error info as I mentioned. ( but it should work according to PHP books)

It only works when  the $arr['user_id'] is out of the quotes.
echo "<tr><td><a href=\"profile.php?id=".$arr['user_id']."\"
target='_top'>";
then IE showed no error any longer.

So I have to let all $arr['key']  out of the quotes, then the scripts are Ok.


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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/?id=13468


Edit this bug report at http://bugs.php.net/?id=13468&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