Connecting Tech Pros Worldwide Help | Site Map

php and exec problem

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 16th, 2005, 11:00 PM
Macius The Great
Guest
 
Posts: n/a
Default php and exec problem

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




 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.