Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Lars Hansen on February 21, 2003, 11:29:06 AM

Title: Add new user PHP
Post by: Lars Hansen 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 !
Title: Re: Add new user PHP
Post by: Cyrus Bharda 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