PHP echo() vs print() June 8, 2012 Pramod T P print() returns a value much like a normal function would but echo() does not echo() runs faster than print() Echo can take multiple parameters where as print cannot