From:             clyuri at uadec dot mx
Operating system: Linux x86
PHP version:      Irrelevant
PHP Bug Type:     Unknown/Other Function
Bug description:  printing variable values

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 bug report at http://bugs.php.net/?id=26491&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26491&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26491&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26491&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26491&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26491&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=26491&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=26491&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26491&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26491&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26491&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26491&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26491&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26491&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26491&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26491&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26491&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26491&r=float

Reply via email to