Query regarding PHP

Varun Vijayvargiya varunvijayvargiya at gmail.com
Wed Nov 14 10:50:16 UTC 2007


I am trying to call a PAM code from within a PHP scipt and also
passing 2 parameters like this

$args=$uname." ".$upass;

$command="./pampgm.o ".escapeshellcmd($args);

passthru($command);

$uname and $upass are two variables that were entered into a HTML form

but the code is not executing correctly




More information about the Pam-list mailing list