See Correct Answer


Print is a function where as echo is not.
Print can take multiple parameters where as echo cannot
They both behave the same.
Echo can take multiple parameters where as print cannot

Correct Answer: Echo can take multiple parameters where as print cannot