Skip to content

Instantly share code, notes, and snippets.

@KyleAMathews
Created April 29, 2010 00:22
Show Gist options
  • Save KyleAMathews/382950 to your computer and use it in GitHub Desktop.
Save KyleAMathews/382950 to your computer and use it in GitHub Desktop.
<?php
$raw_email = <<<TEST
Tizag.comi $100
Webmaster Tutorials
Unlock your potential!
TEST;
echo $raw_email;
exec("EMAIL=" . escapeshellarg($raw_email) . "; echo \"\$EMAIL\";", $result);
print_r($result);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment