- 2
What output results from the following code? $x = 'y'; $y = 'x'; echo $x;
What output results from the following code? $x = 'y'; $y = 'x'; echo $x;
1 Respuesta
+ 2
answer: x
What output results from the following code? $x = 'y'; $y = 'x'; echo $x;