Closed Thread
Results 1 to 5 of 5

Thread: [solved] What does "echo" stand for?

  1. #1
    Yeah I am Learning! robert will become famous soon enough robert's Avatar
    Join Date
    Feb 2010
    Posts
    40

    [solved] What does "echo" stand for?

    What is ECHO meaning?
    You know, the echo we use to print data like in php , c++ ,etc?

    Bob

  2.    Sponsored Content


  3. #2
    Administrator joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu's Avatar
    Join Date
    Feb 2010
    Location
    Cochin, Kerala, India
    Age
    29
    Posts
    427

    Re: What does "echo" stand for?

    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

  4. #3
    Man! I know enough! steve will become famous soon enough steve's Avatar
    Join Date
    Feb 2010
    Location
    Chicago
    Age
    34
    Posts
    87

    Re: What does "echo" stand for?

    Quote Originally Posted by joshu
    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 !

  5. #4
    Man! I know enough! eric will become famous soon enough eric's Avatar
    Join Date
    Feb 2010
    Location
    Aussie !
    Age
    44
    Posts
    66

    Re: What does "echo" stand for?

    yep, thats the basic..
    99% of your problems are the effect of how you react to the 1%

  6. #5
    Administrator joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu has a reputation beyond repute joshu's Avatar
    Join Date
    Feb 2010
    Location
    Cochin, Kerala, India
    Age
    29
    Posts
    427

    Re: What does "echo" stand for?

    Closing this Topic as Solved

Closed Thread

Similar Threads

  1. Why does My blog title is showing as "blog" in Seach Engines
    By vinod in forum Search Engine Optimization and Marketing
    Replies: 4
    Last Post: 04-08-2011, 05:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts