Skip to content

Instantly share code, notes, and snippets.

@tribulant
Last active August 29, 2015 14:05
Show Gist options
  • Save tribulant/14fd791d92639fba6399 to your computer and use it in GitHub Desktop.
Save tribulant/14fd791d92639fba6399 to your computer and use it in GitHub Desktop.
<?php
$data = array(
'email' => $_POST['email'],
'list_id' => array(1,2),
'mailinglists' => array(1,2),
'firstname' => $firstname, //$firstname variable contains the Prenom
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment