Find the answer to your Linux question:
Results 1 to 2 of 2
I'd like to make a php file with a forum that web users can go to to signup for accounts on my server. somewhere in the script there will be ...
  1. #1
    Linux Newbie
    Join Date
    Dec 2004
    Location
    Portland, OR
    Posts
    123

    php useradd script

    I'd like to make a php file with a forum that web users can go to to signup for accounts on my server. somewhere in the script there will be a line sort of like this:
    Code:
    <?php system("useradd $user_name"); ?>
    but thats all i know. any ideas?

  2. #2
    Just Joined! finchwizard's Avatar
    Join Date
    Dec 2004
    Posts
    9
    I'm not sure if you would be able to use PHP for it.

    But a Perl script might work better.
    Try searching www.hotscripts.com for something like that.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...