1. Create a PHP program to check the following three variables,
whether it is a number, a string, or something else. Please print
the checking results.
$a = 12345
$b = "Goat University"
$c = "$#@"
SHOW CODE AND OUTPUT
1. Create a PHP program to check the following three variables, whether it is a number, a string, or something else. Ple
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am