<html>
<body bgcolor="yellow ">
<br><br>
<center>EMPLOYE E FORM</center><br><br> <br><br>
<form name="uploadFor m" action="./Form" enctype="multip art/form-data" method="POST">
<center>
Name  & nbsp &n
bsp  &n bsp  &n bsp  &n bsp  
FirstName & nbsp  & nbsp &n
bsp  &n bsp  &n bsp &n
bsp  &n bsp  &n bsp  &n bsp  
MiddleName        &n b
sp  &nb sp  &nb sp  &nb sp  &nb sp
LastName &n bsp  &n bsp  &
nbsp  & nbsp  < br><br>
<select name=s>
<option>selec t</option>
<option>Mr</option>
<option>Mrs</option>
<option>Miss</option>
</select> &nb sp 
<input type=text name="t1">    &n bsp
<input type=text name="t2">    &n bsp
<input type=text name="t3"><br>< br>
Gender &nbs p  &nbs p  &nbs p  
<input type=radio name="r1" value="female">   
Female &nbs p  &nbs p  &nbs p&
nbsp  & nbsp  & nbsp
<input type=radio name="r1" value="male">&n bsp 
Male  < br><br>
Designation&nbs p  &nbs p  &nbs p  
<select name="s1">
<option>selec t</option>
<option>Supervi sor</option>
<option>Assista nt supervisor</option>
<option>HOD</option>
</select><br><br>
Do You Like  & nbsp  & nbsp  & nbsp
<select name="s2">
<option>selec t</option>
<option>cricket </option>
<option>chess </option>
<option>rugby </option>
<option>shuttle </option>
</select><br><br>
Are You Government Employee              
<input type=radio name="r2" value="yes">&nb sp 
Yes  &n bsp  &n bsp  
<input type=radio name="r2" value="no">&nbs p 
No  &nb sp<br><br>
Remarks &nb sp  &nb sp 
<textarea name=ta size=6></textarea><br><b r>
File UPload           &n bsp
<input type=file name="t4"><br>< br>  &n bsp  &n bsp 
Send Mail  & nbsp 
<textarea name="t5"></textarea> & nbsp  & nbsp 
  <br>< br><br><br>
<center>
<input type="submit" value="Insert">     &nb sp;
&nb sp;
<input type="submit" value="Delete">     &nb sp;
&nb sp;
<input type="submit" value="update">       &nbs p;
</center>
</center>
</form>
</body>
</html>
I am sending a html form.in this there is insert button,delete button,update button.for these buttons i want php code that to connect with postgresql tables.
<body bgcolor="yellow ">
<br><br>
<center>EMPLOYE E FORM</center><br><br> <br><br>
<form name="uploadFor m" action="./Form" enctype="multip art/form-data" method="POST">
<center>
Name  & nbsp &n
bsp  &n bsp  &n bsp  &n bsp  
FirstName & nbsp  & nbsp &n
bsp  &n bsp  &n bsp &n
bsp  &n bsp  &n bsp  &n bsp  
MiddleName        &n b
sp  &nb sp  &nb sp  &nb sp  &nb sp
LastName &n bsp  &n bsp  &
nbsp  & nbsp  < br><br>
<select name=s>
<option>selec t</option>
<option>Mr</option>
<option>Mrs</option>
<option>Miss</option>
</select> &nb sp 
<input type=text name="t1">    &n bsp
<input type=text name="t2">    &n bsp
<input type=text name="t3"><br>< br>
Gender &nbs p  &nbs p  &nbs p  
<input type=radio name="r1" value="female">   
Female &nbs p  &nbs p  &nbs p&
nbsp  & nbsp  & nbsp
<input type=radio name="r1" value="male">&n bsp 
Male  < br><br>
Designation&nbs p  &nbs p  &nbs p  
<select name="s1">
<option>selec t</option>
<option>Supervi sor</option>
<option>Assista nt supervisor</option>
<option>HOD</option>
</select><br><br>
Do You Like  & nbsp  & nbsp  & nbsp
<select name="s2">
<option>selec t</option>
<option>cricket </option>
<option>chess </option>
<option>rugby </option>
<option>shuttle </option>
</select><br><br>
Are You Government Employee              
<input type=radio name="r2" value="yes">&nb sp 
Yes  &n bsp  &n bsp  
<input type=radio name="r2" value="no">&nbs p 
No  &nb sp<br><br>
Remarks &nb sp  &nb sp 
<textarea name=ta size=6></textarea><br><b r>
File UPload           &n bsp
<input type=file name="t4"><br>< br>  &n bsp  &n bsp 
Send Mail  & nbsp 
<textarea name="t5"></textarea> & nbsp  & nbsp 
  <br>< br><br><br>
<center>
<input type="submit" value="Insert">     &nb sp;
&nb sp;
<input type="submit" value="Delete">     &nb sp;
&nb sp;
<input type="submit" value="update">       &nbs p;
</center>
</center>
</form>
</body>
</html>
I am sending a html form.in this there is insert button,delete button,update button.for these buttons i want php code that to connect with postgresql tables.
Comment