1. Create a PHP program to check the following three variables, whether it is a number, a string, or something else. Ple
Posted: Fri May 20, 2022 12:51 pm
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
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