What will be the output of the following php code? $num = 1; $num1 = 2; print $num . “”+””. $num1; July 3, 2022July 3, 2022 administrator “What will be the output of the following php code? $num = 1; $num1 = 2; print $num . “”+””. $num1;1+2Well Done. Your Answer is Correct Keep it Up!34$num . “”+””. $num1;“ Share this: Click to share on Facebook (Opens in new window) Facebook Click to share on X (Opens in new window) X Like this:Like Loading...Related Posts:What is the output of the following program : print…What is the output of the following program : print…What is the output of the following program?…Which of the following is a PHP code editor?Which command will be used to print data?Which command is used to print a file ?