Posts

Image
WRITE A PROGRAM TO CREATE A FORM WITH PERSONAL DET AILS  create a new html file which used in forms for example-- file name :- form.html code: output :
Image
WRITE A PROGRAM TO ADD TWO NUMBERS USING PHP AND HTML create a new php file with any name for used in forms for example-- file name :- s1.php code: create another html form file to use s1.php file as reference : file name : form.html code : output : is 2+2=4 and so on......