Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Last active September 12, 2020 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BMU-Verlag/0dab09728e67bb2a9365370a26f26faa to your computer and use it in GitHub Desktop.
Save BMU-Verlag/0dab09728e67bb2a9365370a26f26faa to your computer and use it in GitHub Desktop.
if (!empty($_REQUEST['first_name']))
{
if ($_REQUEST['first_name'] != "")
{
$newcustomer->setFirstName($_REQUEST['first_name']);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment