+ 1
Dots for the variable in the loop
so the question is pretty straight forward, why do we put the variable in the loops between two dots ? and what is the point of the and why the code doesn't work without them? example: echo "Value of a : ". $a . "<br />";
1 Respuesta
+ 1
We call it concatenate ☺️ It's basically to dissociate php code in html code