Toggle navigation
Koozali.org: home of the SME Server
Community
Forums
Bugs
Lists
Forum Help
Download
SME Server ISOs
Contribs
Documentation
Manual
Wiki
FAQ
HowTo
Donate
Search
Login
Register
Login
Register
×
Close
Login
Remember me
Koozali.org: home of the SME Server
Legacy Forums
General Discussion (Legacy)
Topic:
Add new user PHP
« previous
next »
+
Print
Pages: [
1
]
Go Down
Add new user PHP
1 Replies
324 Views
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 !
Logged
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
Logged
+
Print
Pages: [
1
]
Go Up
« previous
next »
Koozali.org: home of the SME Server
Legacy Forums
General Discussion (Legacy)
Topic:
Add new user PHP