[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Query regarding PHP
- From: "Varun Vijayvargiya" <varunvijayvargiya gmail com>
- To: Pam-list redhat com
- Cc:
- Subject: Query regarding PHP
- Date: Wed, 14 Nov 2007 02:50:16 -0800
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]