This question already has an answer here:
<?php print();#The Print Statement echo();#The Echo Statement ?>
</div>
print returns a value (always 1); echo returns nothing
print
1
echo
echo will accept multiple arguments, print only accepts one argument