what are difference between echo and print in php

difference between echo and print in php


The two most construct for printing out put  echo and print,the value returned by print will be 1 if printing was successful otherwise returned 0 if unsuccess,echo is a statement and print is function