can you check this for me? |
can you check this for me? |
![]()
Post
#1
|
|
![]() cb's #1 fan! =) ![]() ![]() ![]() ![]() ![]() ![]() Group: Advisor Posts: 2,342 Joined: Nov 2003 Member No: 1 ![]() |
http://jusunlee.com/test.php
can you go there and try inputing the same value a couple of times (try "test") and on the final time, copy and paste the result here? im working on the username changing script and somehow on IE7, after repeated entry of the same input, i get this: CODE Array ( [variable] => test ) it realyl should be this: CODE Array ( [variable] => test [submit] => Edit ) there seems to be no problem on FF. i want to make sure its a bug on IE, but it could just be my computer. |
|
|
![]() |
![]()
Post
#2
|
|
![]() cb's #1 fan! =) ![]() ![]() ![]() ![]() ![]() ![]() Group: Advisor Posts: 2,342 Joined: Nov 2003 Member No: 1 ![]() |
yea it works fine in firefox (two variables are passed, the text input, and submit button). but for some reason on IE, when i repeat this a couple of times using the name input ("test") i end up only getting this:
CODE Array ( [variable] => test ) which is very wrong. and i cant seem to figure out why. |
|
|
![]() ![]() |