Hello PHPers,

I'm not sure whether this is the best place to post this message...

Some of the forms I'm using in a PHP project I'm working use the <button
type="submit ...> tag to submit.

They are working fine on Konqueror but don't seem to work properly on MSIE.
I tried inserting the debug code:

echo var_dump($_POST);

into the receiving script and in both Konqueror and MSIE all the values were
present.

Does anyone know what might be going on here?

Cheers,
Richard

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to