Jump to content

Edwardlol

Members
  • Posts

    27
  • Joined

  • Last visited

Community Answers

  1. Edwardlol's post in Problem with query_sql was marked as the answer   
    That send me a db bug when I write "test" in to the input.
     
    http://imageshack.us/photo/my-images/547/sinttuloqlp.png/
     
    input .@amigo1$; query_sql "SELECT online FROM `char` WHERE `name` = "+.@amigo1$,.@amigo1[0];  
     
    And I have that.
     
     
    EDIT: I put 
    query_sql "SELECT online FROM `char` WHERE `name` = "+"'"+.@amigo1$+"'",.@amigo1[0];  
     And then it work, very thank you
×
×
  • Create New...