still not able to exec useradd as apache
<?php
echo passthru('sudo /usr/sbin/useradd -g popusers -d /home/all -s
/bin/false mailtest') or die ('not done');
?>-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

