Skip to content

Instantly share code, notes, and snippets.

@Wh04m1x
Created January 6, 2020 18:19
Show Gist options
  • Save Wh04m1x/dc5e9aa7aedd4f4361727521e9d4dbe0 to your computer and use it in GitHub Desktop.
Save Wh04m1x/dc5e9aa7aedd4f4361727521e9d4dbe0 to your computer and use it in GitHub Desktop.
foreach($_POST as $nombre_campo => $valor){
$asignacion = "\$" . $nombre_campo . "='" . $valor . "';";
eval($asignacion);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment