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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-15-2006 #1Linux 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:
but thats all i know. any ideas?Code:<?php system("useradd $user_name"); ?>
- 05-16-2006 #2
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.


Reply With Quote
