html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php
extract ($_POST);
if (isset($add))
{
$da = ($dar * $basic)/100;
$hra = ($basic * $hrar)/100;
$tda = ($dar * $ta)/100;
$t1= $basic + $da + $hra + $ta + $tda + $incr;
$nps = (($basic + $da)* 10)/100;
$t2= $nps + $m1 + $m2 + $m3 + $tax + $ces + $hba;
}
?>
<html>
<head>
<title>pms</title>
</head>
<body>
<form method="POST" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>">
<center>
<H1>PAYROLL MANAGEMENT SYSTEM</H1>
<HR COLOR="BLACK">
<HR COLOR="BLACK">
<!------------------>
<table border="2" cellspacing="3" cellpadding="3"
BORDERCOLOR=""GREY">
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run