Create a PHP program to check the following three variables, whether it is a number, a string, or something else. Please
Posted: Fri May 20, 2022 5:04 pm
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 = "Felician University"
$c = "$#@"
PLEASE SCREENSHOT YOUR CODE
whether it is a number, a string, or something else. Please print
the checking results.
$a = 12345
$b = "Felician University"
$c = "$#@"
PLEASE SCREENSHOT YOUR CODE