Skip to content

Instantly share code, notes, and snippets.

@imcarlosdev
Last active December 18, 2015 05:28
Show Gist options
  • Save imcarlosdev/5732679 to your computer and use it in GitHub Desktop.
Save imcarlosdev/5732679 to your computer and use it in GitHub Desktop.
Extraer variables enviadas por el navegador
<?php
extract($_GET);
extract($_POST);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment