anyone know how to communicate/work with htpasswd from php?
i tried going:
<?php
$output = shell_exec('htpasswd -n /path/to/passwords test test');
echo "<pre>$output</pre>";
?>
but i get no output back from the echo
but when i do this via a shell i get:
Updating password for user test