Basic PHP String values must be enclosed in ...... double quotes single quotes both A and B none of above double quotes single quotes both A and B none of above ANSWER DOWNLOAD EXAMIANS APP
Basic PHP What is the limit of a PHP integer value? 2147483647 1048576 16384 65536 2147483647 1048576 16384 65536 ANSWER DOWNLOAD EXAMIANS APP
Basic PHP All classes in the same namespace or subnamespace don’t have to the declared in the same PHP file. TRUE FALSE TRUE FALSE ANSWER DOWNLOAD EXAMIANS APP
Basic PHP What will be the output of the following PHP code?$total = "25 students";$more = 10;$total = $total + $more;echo "$total"; Error 35 25 students 35 students Error 35 25 students 35 students ANSWER DOWNLOAD EXAMIANS APP
Basic PHP PHP files have a default file extension of_______. .ph .php .xml .html .ph .php .xml .html ANSWER DOWNLOAD EXAMIANS APP