Forum Moderators: coopster
<input type=text name=someName value='SomeValue' disable=true>
by the time it is sent back to server, what is the value of:
$HTTP_POST_VARS['someName'] =?
i always get an empty value outta it.....is there any other way....somehow can parse the value to $_POST?