dbquery("UPDATE ".DB_PREFIX."users SET user_status='0' WHERE user_id='1'");
echo 'User account with id #1 have been updated.';
<?php
require_once "maincore.php";
dbquery("UPDATE ".DB_PREFIX."users SET user_status='0' WHERE user_id='1'");
echo 'User account with id #1 have been updated.';
?>
Category Forum
Bugs and Errors - 6Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions