Database script

Permalink
Hi! Some days ago I asked for help with a subject related to adding users that already exist in a database at this thread:
http://www.concrete5.org/index.php?cID=2386...

One of your answers was to write a script that can add those users, I've tried that but I'm (very) lost with that issue, could anyone send me some light??

Thanks in advance!

 
Remo replied on at Permalink Reply
Remo
You need some know ledge about php to do that..

you probably can call the add method of UserInfo to create users. A simple loop and a call to it might be enough.

http://www.concrete5.org/api/Users/UserInfo.html...
AlbertoB replied on at Permalink Reply
Thanks four your help, I can't do it properly yet but I'm still trying!