What is ECHO meaning?
You know, the echo we use to print data like in php , c++ ,etc?
Bob
What is ECHO meaning?
You know, the echo we use to print data like in php , c++ ,etc?
Bob
According to me echo is function in php and It is used to print the statement or variable or value.
example:
if we have to print "Hello world" then we can write
echo "Hello world";
Its similar to printf or cout in c, c++
cheers
Josh
PerfecT !Originally Posted by joshu
yep, thats the basic..
99% of your problems are the effect of how you react to the 1%
Closing this Topic as Solved