Dear All,
Is there any topic of FILTER in php like servelts
hrdept.html
<form action=hrdept.php>
<input type=button name=username>
<input type=buttton name=password>
</form>
productiondept.html
<form action=productiondept.php>
<input type=button name=username>
<input type=buttton name=password>
</form>
when i am submitting any one of this form first the controll will go to userlogin.php page and verifys the username and password , if it is correct that will transfer the path to the corresponding php mentioned in the action part of the form tag
regards
bvsureshbabu