We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
int SET_USER_STR(const char *key, const char *value)
Saves user string setting in users_settings table. If the setting already exists, it's overwritten.
users_settings
Returns OK or one of the error codes:
SET_USER_STR("last_page", REQ_URI);
Requires USERS compilation switch.
There was an error while loading. Please reload this page.