Skip to content

Instantly share code, notes, and snippets.

@ClaudioHenrique
Created July 6, 2015 18:42
Show Gist options
  • Save ClaudioHenrique/ee838871e3aa6c5b573b to your computer and use it in GitHub Desktop.
Save ClaudioHenrique/ee838871e3aa6c5b573b to your computer and use it in GitHub Desktop.
<?php
$nome = $_POST['nome'];
$idade = $_POST['idade'];
$data = array(
'nome' => $nome,
'idade' => $idade
);
//echo '<pre>';
//print_r($data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment