I figured out that the line
echo value;
print "value" in the page, when there is no '$' symbol and there is no define.
Also, it doesn't work if there is a space in it, i.e. :
echo hel lo;
doesn't work.
How is this possible, and is it dangerous to use this method instead of using " " ?
Thanks for your answers !