wrong passed parameter
Posted: Sat Jan 10, 2004 12:51 pm
i heard to know what items that being posted by your server is to put this
snippet between the </form> and the </body>
and it does...
at my first page which before i click the submit button..the code brings this output..
after i click the code shows this output:
my problem is that the front should be not "W"...i chose B,E,R(anything except W) at the submit page but it keeps sending W.
Why?
how to fix this??
and i really confused,why at default,the combobox(where i choose W,E,,B and R) shows the W?it should display the "Please Choose Your ID"..
anyone can help me?
Code: Select all
<pre>
print_r($_POST); // print_r()
?></pre> ?>and it does...
at my first page which before i click the submit button..the code brings this output..
Code: Select all
Array
(
їSubmit2] => SUBMIT
)Code: Select all
Array
(
їref] => 001
їpelapor] => gfbcbc
їtarikhRosak] => 01/01/2004
їnoTag] => M01
їID] => REF001/2004
їhariIni] => 01/11/2004
їfront] => W
їsubmit] => SUBMIT
)Why?
how to fix this??
and i really confused,why at default,the combobox(where i choose W,E,,B and R) shows the W?it should display the "Please Choose Your ID"..
anyone can help me?