Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function modesdb_cha($setting) {
  2. mysql_query("UPDATE `modes` SET `value` = !value WHERE `settings` = '".$setting."'");
  3. }
  4.  
  5. <li>Antilink<a href="#" onclick="<?php modesdb_cha("antilink"); ?>"><?php echo test(modesdb_res("antilink")); ?></a></li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement