>sorry if this has been covered before. I am not sure if this makes a
difference but I see in some books echo written as:
>
>echo ("Hello");
>
>and in others just:
>
>echo "Hello";
>
>Do the brackets make a difference.
Hmmm, nope. You can also write print "Hello"; or print("Hello");
/Johan
--
Hey there,
sorry if this has been covered before. I am not sure if this makes a difference but I
see in some books echo written as:
echo ("Hello");
and in others just:
echo "Hello";
Do the brackets make a difference.
Thanks
2 matches
Mail list logo