index.html ----------------
<FORM method=post action="adduser.php>
<INPUT type=text name=pw><BR>
<INPUT type=text name=pw2><BR>
<INPUT type=submit name=submit valuye=submit>
</FORM>

adduser.php -------------
<?php
...write $pw and $pw2 to database
?>

did you try to do this yourself yet?  what were the results?

-----Original Message-----
From: Liam [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 4:51 PM
To: [EMAIL PROTECTED]
Subject: [PHP] CLI through PHP


14/03/2002 10:51:10 PM

Hi, I was wondering how I'd go about manipulating some command line
software through PHP.  For instance, I have an FTP program installed
that allows you to add users through the command line, but it's in this
format:

 
----------------------------------------------------------------------------
--

mailto:root@apathy";>root@apathy#:  pure-pw useradd 
joedirt -d /home/jpedirt -u ftpuser

 Enter User's Password:
 Enter User's Password Again:
 User Created

mailto:root@apathy";>root@apathy#:

 
----------------------------------------------------------------------------
--

How would I go about writing a simple PHP script that will add users for
me using the data submitted by a form?  Thanks for your help.

 
Liam

 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to