We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Delete user | Forum

kaushik
kaushik Jan 4 '13
How to delete user by the External Ajax call or Javascript or PHP Post data form other PHP file.

I want to without go to Admin Panel , I want to Delete User .

Is that Possible ??? How???
Any Ajax Post Data or PHP Form Submit Or else
The Forum post is edited by kaushik Jan 4 '13
Alia Team
Alia Jan 7 '13
Topic was moved from General Questions.
Michael I.
Michael I. Jan 9 '13
This is the call of a member deletion method:


BOL_UserService::getInstance()->deleteUser($userId);

kaushik
kaushik Jan 10 '13
Ok Thanks Michael