Jump to content
Larry Ullman's Book Forums

janosfuster

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by janosfuster

  1. I'm not sure if I understand. If I, for example, create this function: function make_full_name($first, $last) { $name = $first . ' ' . $last; } I can't use the $name variable, unless i return it before closing the curly brackets?
×
×
  • Create New...