Koozali.org: home of the SME Server

Add new user PHP

Lars Hansen

Add new user PHP
« on: February 21, 2003, 11:29:06 AM »
I would like to add a new user with my own PHPscript.

The user have to be added with username and password.

I am going to call this url from a nother website.

something like:
www.myhomepage.com/make_pop3_account.asp?user=bla&pass=bla

make_pop3_account.asp
'////////////////
  www.mylinuxserver.com/adduser.php?user=<%request.querystring("user")%>&pass=<%request.querystring("pass")%>
'///////////////

PLEASE HELP ME !

Cyrus Bharda

Re: Add new user PHP
« Reply #1 on: February 24, 2003, 08:12:23 AM »
I'm no coder but in both of your examples you call asp pages, asp is not supported by SME as it is a windoh's thingy.

Cyrus Bharda