To do:
1. Compile and run all listing from 1.0 to 4.6
2. Save all you work under : C:\xampp\htdocs\
3. View output @ http:\\localhost\filename.php
Create a script that contains at least five different variables. Populate them with
values of different data types and use the gettype() function to print each type to
the browser.
Assign values to two variables. Use comparison operators to test whether the
first value is
The same as the second
Less than the second
Greater than the second
Less than or equal to the second
Print the result of each test to the browser.
Change the values assigned to your test variables and run the script again.
0 Comments