I don't know what can be happening, but I do an exec and i haven't got any response.
$orden="/usr/local/bin/my_add_user $uid pass1";
$fallo=exec($orden);
In this point, $fallo is "", but the script hasn't executed anything (and if i exec the script directly at the system prompt it works).
Thanks in advance, and excuse my english... 🙂=