Search:

Search: Search took 1.00 seconds.

  1. Replies
    39
    Views
    26,393

    Helped him through teamviewer. He didnt do any...

    Helped him through teamviewer. He didnt do any debugging, just copy pasted my code. Problem was in some typos i made in my quick n dirty code.

    Learn to debug.
  2. Replies
    39
    Views
    26,393

    Interesting, addme on steam:...

    Interesting, addme on steam: http://steamcommunity.com/id/IzNoGoD/
  3. Replies
    39
    Views
    26,393

    no, i mean mysql user

    no, i mean mysql user
  4. Replies
    39
    Views
    26,393

    WTF? Izno.. if(param==true) { /*...*/...

    WTF? Izno..


    if(param==true)
    {
    /*...*/
    if(param==false)
    {
    /*...*/
    }
  5. Replies
    39
    Views
    26,393

    Create a UNIQUE key constraint in your mysql db....

    Create a UNIQUE key constraint in your mysql db. Then use a stored procedure (function) to create new accounts, which use a INSERT IGNORE. Then double-check on last_insert_id inside that function....
  6. Replies
    39
    Views
    26,393

    You can restrict double values with UNIQUE...

    You can restrict double values with UNIQUE.
    Your problem isn't the database, but how you process the results.
    E.g.


    case "register":
    hasLogin = searchForLogin(username);
    if...
Results 1 to 6 of 6