Skip to content

Instantly share code, notes, and snippets.

@emedinaa
Created March 27, 2013 01:30
Show Gist options
  • Save emedinaa/5250840 to your computer and use it in GitHub Desktop.
Save emedinaa/5250840 to your computer and use it in GitHub Desktop.
<?php
$nombre =$_GET['name'];
$email =$_GET['email'];
$message =$_GET['message'];
/*$nombre =$_POST['param1'];
$message =$_POST['param2'];
$email =$_POST['param3'];*/
echo "contacto ".$nombre." ".$message." ".$email;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment