Originally posted by WindomEarle
Are there any differences between print and echo functions?
print() (language construct) outputs a string
echo() (language construct) outputs one or more strings
Originally posted by WindomEarle
Are there any differences between <strong> and <b> tags?
<b> (visual markup) Works in all browsers
<strong> (phrase element) Works in most browsers.