Connecting Tech Pros Worldwide Help | Site Map

php and exec problem

Macius The Great
Guest
 
Posts: n/a
#1: Jul 17 '05
Hello
I have no idea what is wrong :
my script goes :
....
$add="/usr/bin/htpasswd -b /var/www/users/users ".$HTTP_GET_VARS["login"]."
".$HTTP_GET_VARS["haslo"];
$str=exec($add);
....
Script is working witout any problem warnings error messages but line in
file users is not added
I dont no why? :(

if I do smoethink like this from command line (as user www)
$php -f g.php

skrypt g.php :

<?
$add="/usr/bin/htpasswd -b /var/www/users/users xxx xxx1";
$str=exec($add);
?>

line is added
I have no idea what is wrong - why from command line exec is working but
from http session is not.
please any ideas ?
(system OpenBSD3.3 php 4.2.3 )

regards
MK



Closed Thread