Hi
this is a basic question:
To show HTML content there are three ways:
echo "content";
print "content";
[using HTML] ?> content <?
I basically use the 1. and 3. way.
Here my question.
What advantages/disadvantages does each of the three different ways have like the needed resources or processing speed or or or?
which siutes best which needs?
thanks
Chris