practical - Week 3
2023-08-23
Practical 1: Write a php program that displays the datatypes of the
following variables : status = true, age =25, name = “Mahavir jain”,
salary = 23999.50, hasbike = true;
Practical 2: Write a php program that concatenates two strings
“Hello” and “world”;
Practical 3: Write a php program that demonstrate addition,
multiplication and division using html form;