Excellent tutorial for begginers !
I just would like to add something about print and echo :
The biggest difference between them is the return value ; print can return true or false, whereas echo doesnt return anything.
However, echo is faster to execute than print. But it's only in theory, in practice, there is no difference
Thanks for this tut!
I just would like to add something about print and echo :
The biggest difference between them is the return value ; print can return true or false, whereas echo doesnt return anything.
However, echo is faster to execute than print. But it's only in theory, in practice, there is no difference
Thanks for this tut!