1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

SQL ?

Discussion in 'Development' started by GOdly, Jan 20, 2017.

  1. GOdly

    GOdly Witch

    Messages:
    50
    GitHub:
    CentOsDogE
    How can i use sql to save data? i want my player use /cmd item
    PHP:
    public function onCommand(CommandSender $senderCommand $command$label, array $args){
              if(
    count($args) === 0){
                  return 
    false;
              }
              
    $arg array_shift($args);
              switch(
    $arg){
                  case 
    "item":
                      break;
    return 
    true;
                }
            }
    just one time. Case "item"
     
  2. Thunder33345

    Thunder33345 Moderator Staff Member

    Messages:
    2,137
    GitHub:
    Thunder33345
    you need to learn PDO for sql
    after the case, do something with PDO
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.