SV: [PHP] echo ("test");

2001-04-04 Thread Johan Holst Nielsen
>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 --

[PHP] echo ("test");

2001-04-04 Thread phpa
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