When outputting something with PHP, we use print or echo functions.
what exactly is the difference between those functions?
echo and print both used basicaly for out put,but by using echo we can get more than one output at a time.
Stay informed on our latest news!
manish
echo and print both used basicaly for out put,but by using echo we can get more than one output at a time.
Share Your Answers