ID: 26491 User updated by: clyuri at uadec dot mx Reported By: clyuri at uadec dot mx -Status: Feedback +Status: Open Bug Type: Unknown/Other Function Operating System: Linux x86 PHP Version: Irrelevant New Comment:
no, it doesn't work Previous Comments: ------------------------------------------------------------------------ [2003-12-02 21:35:18] [EMAIL PROTECTED] does this happen if you use: <?php echo $nimi2; ?> or <?php echo "{$nimi2}"; ?> ? ------------------------------------------------------------------------ [2003-12-01 13:33:42] clyuri at uadec dot mx Description: ------------ I have a problem with maybe the parsing of php script; where it says : print $variable, the browser returns : $variable=its value. the output it's only with IE I'm using php 4.2.2-17 out-of-the-box (preinstalled with RH), RedHat Intel Reproduce code: --------------- <a href=send.php?nick=<?php echo "$nimi2"; ?>&astu=joo>Enter</a> Expected result: ---------------- send.php?nick=something&astu=joo Actual result: -------------- send.php?nick=somethingnimi2=something&astu=joo ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26491&edit=1