kodisz's Forum Posts

  • refresh

    heeelp :p

  • Refresh

    plzz help my friends <3

  • i want to create ready button

    when all players in lobby are ready play the game (go to layout)

    how can i do this ?

  • Refresh !!

    heeelp ;cccccc

  • hundredfold

    helpp mee plz ;33

    i need you !

  • i am think on my own and i see if my line 10 lost :O

    i paste this and have white results :p

    and ajax lastdata is still blink

    and player ID "NaN" :Ccccccccccccccccccccccccc

  • sorry if i no reply

    i have to go sleep ;p

    i edit this line and results are on +

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • $con=mysqli_connect("mysql","construct2_nowy","construct2_lol","construct2");

    in this line when i have "localhost"

    how i have to fill the gaps ?

  • i don't know man ;/

    i try several ways in this script

  • yea ;D i found

  • maybe you have right

    this is my database

    tell me what you want to see ?

  • ohh sorry hahahha like a idiot ;D

  • ;cc not working

    to make sure

    $con=mysqli_connect("localhost","construct2_nowy","construct2_lol","construct2");

    ????

    on image results of open script in browser

  • this is invented password for test in example.... in polish this is "ass12" :d huhuhu

    when i click login this is results like on debug... on id variable "NaN"

    but when i add in line 1 like on tutorial

    <?php header('Access-Control-Allow-Origin: *');
    [/code:15zoxn6d]
    
    i have such results
    
    ps. nieznany = unknown
  • hi <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile" />

    i have problem, because i want to create project like in this tutorial

    scirra.com/tutorials/525/si ... l-database

    this is my results (images)

    for more info <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile" /> tell me in reply

    help plzzzz i'm trying to solve this mystery

    ps. ohh sorry i forggot show the script

    <?php
    $username = $_GET['fname'];
    $password = $_GET['fpass'];
    $con=mysqli_connect("mysql","construct2_nowy","construct2_lol","construct2");
    // Check connection
    if (mysqli_connect_errno())
      {
      echo "Failed to connect to MySQL: " . mysqli_connect_error();
      }
    $qz = str_replace("\'","",$qz);
    $result = mysqli_query($con,$qz);
    while($row = mysqli_fetch_array($result))
      {
      echo $row['id'];
      }
    mysqli_close($con);
    ?>
    [/code:2uijvt8d]