ID: 16279 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Output Control Operating System: solaris PHP Version: 4.1.2 New Comment:
For readability, try this for coding style: $xx = 1; echo '<a href="1" target="_blank" onmouseover="moveover(\''.$xx.'\'); return true;">1</a>'; Previous Comments: ------------------------------------------------------------------------ [2002-03-26 03:35:27] [EMAIL PROTECTED] user error > bogus ------------------------------------------------------------------------ [2002-03-26 03:28:40] [EMAIL PROTECTED] I made a typo int moveover should be moveover( Frans. ------------------------------------------------------------------------ [2002-03-26 03:25:01] [EMAIL PROTECTED] The string $xx = 1; echo "<a href=\"1\" target=\"_blank\" onmouseover=\"moveover\\\"$xx\\\"); return true;\">1</a>"; gives a problem on the second \\\" the \\ is shown as a \ the \" is not reproduced as a " where I expect " I hope this is not a problem in php but it is me. Frans. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16279&edit=1
