Bug #16050: does not set name variable in input type=image name=do..

2002-03-13 Thread gleitner

From: [EMAIL PROTECTED]
Operating system: linux
PHP version:  4.1.2
PHP Bug Type: Scripting Engine problem
Bug description:  does not set name variable in input type=image name=do..

the scripting engine does not set $doit when i submit

input type=image name=do
src=http://www.xxx.com/buttons/fund_off.jpg;

sample code to test:

? if (isset($doit)) print yes;
   else print no;
?
form name=form1 method=post action=./test.php
input type=image name=doit   
src=http://www.xxx.com/buttons/fund_off.jpg;
/form

when i click on the image, i still get a no
-- 
Edit bug report at http://bugs.php.net/?id=16050edit=1
-- 
Fixed in CVS:http://bugs.php.net/fix.php?id=16050r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=16050r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=16050r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16050r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16050r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16050r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=16050r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=16050r=submittedtwice




Bug #16050 Updated: does not set name variable in input type=image name=do..

2002-03-13 Thread gleitner

 ID:   16050
 Updated by:   [EMAIL PROTECTED]
-Summary:  does not set name variable in input type=image
   name=do..
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Scripting Engine problem
 Operating System: linux
 PHP Version:  4.1.2
 New Comment:

i meant to say does not set the variable $doit

also, the button is located at a protected site, NOT at www.xxx.com
(that links to a porn site, which was not the intention)


Previous Comments:


[2002-03-13 17:03:12] [EMAIL PROTECTED]

the scripting engine does not set $doit when i submit

input type=image name=do
src=http://www.xxx.com/buttons/fund_off.jpg;

sample code to test:

? if (isset($doit)) print yes;
   else print no;
?
form name=form1 method=post action=./test.php
input type=image name=doit   
src=http://www.xxx.com/buttons/fund_off.jpg;
/form

when i click on the image, i still get a no




-- 
Edit this bug report at http://bugs.php.net/?id=16050edit=1