Assuming that $first_name and $family_name are valid strings, which statement is invalid?

Advertisement

  • echo $first_name. ‘ ‘. $familiy_name;
  • print $first_name, ‘ ‘, $familiy_name;
  • print $first_name. ‘ ‘. $familiy_name;
  • echo $first_name, ‘ ‘, $familiy_name;
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Leave a Comment


Share via
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.