• Echo and Print

      0 comments

    What is the difference between “echo” and “print” in PHP?

    echo is a constructor and print is a function.echo cannot take arguments but print can take arguments.