You are on page 1of 6
Za Ashutosh vikas Pati] i Roll No= 1g gare | = oe | Experiment No. 4: ay Install PHP and configure Pup. L Neb server. Mysat os by write a program to print Swekome to pHP” cy write d Hello Worlds %| Embedding PHP within HTML example * Ahtmiy x heady A simple code for PHP Output B ocainost/expiia) php x + © CS @ localhost/Exp1(a).php Apps Mi Gmail @@ YouTube &P Maps £3 Logon ‘Welcome to PHP 2) Write a simple PHP program using expression and operators Code <2php Sx =10; Sy=5; echo "x+y = $x+$y
"; echo "x*y = $x*$y
"; echo "x-y = $x-Sy
"; echo "x/y = $x/$y
"; $xt=5; echo "x=$x
"; Sy -=2; echo "y=Sy
"; if($x>= 8) { echo "The Number is Greater than 8
"; } if(Sx<= 18) sf echo "The Number is smaller than 18"; } > Output BB locathost/exp1(b).php x <€ >» © @® localhost/Exp1(b).php HE Apps M Gmail @® YouTube @P Maps 8% LogOn xty = 10+5 x*y = 10*S x-y = 10-5 xy = 10/5 x=15 y=3 The Number is Greater than 8 The Number is smaller than 18

You might also like