Hacker News new | ask | show | jobs
by z92 4798 days ago
I would rather use Java in that case.
1 comments

Your wish is my command.

    $username = array();
    exec('java sanitize.class ' . escapeshellarg($_POST['username']), $username);