This is my first page
[code=html]
<form name="form1" method="post" action="ins_com p.php" onsubmit="retur n form_chk();">
[/code]
[Please use CODE tags when posting source code. Thanks! --pbmods]
this is next page where i'm printing the posted values
[code=php]
echo '<pre>';
print_r($_POST) ;
[/code]
its displaying
the thing i do want to print months and years ... please help anyone....
[code=html]
<form name="form1" method="post" action="ins_com p.php" onsubmit="retur n form_chk();">
[/code]
[Please use CODE tags when posting source code. Thanks! --pbmods]
this is next page where i'm printing the posted values
[code=php]
echo '<pre>';
print_r($_POST) ;
[/code]
its displaying
Code:
Array
(
[sys_id] => Dbms0001
[domain] => Discnet
[User] => prashanth
[emp_code] => Dt0125
[os] => WINDOWS XP
[ip_addr] => 192.168.10.31
[date_ins] => 24-05-2007
[months] => 4
[years] => 2007
)
Comment