Quote:
Originally Posted by lolzers
Why would you want to do this via phpMyAdmin?
|
The php file is being called from another application which delivers the userid. So I need it to look like that, I call the file (example name):
updateuseridgroup.php?userid=1
And the scripts updates the usergroup of the given userid. I just need a function or possible way to manually update the usergroup of a vB user. I don't want to fire a raw SQL Update Query as I don't know what other fields vB is updating when changing the usergroup..