Jump to content

wowgamer

Members
  • Posts

    3
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by wowgamer

  1. yeah it works fine.

    - i dont know why but i can see only my first char and the other chars not

    - what must i do for make a kombination with race and gender (like human->1 and gender->0 : show img 1-0.jpg) (like human->1 and gender->1 : show img 1-1.jpg)

    sorry that i cant show you the pics.

    on the pictures you can see on race human-male-pic, human-female-pic, orc-male-pic, orc-female-pic,...

  2. thanks, it works fine! :)

    $charinfo = mysql_fetch_assoc($getchars); // get all the fields from the query

    echo '

    <table>

    <tr>

    <th>| Name</th>

    <th>| Race</th>

    <th>| Class</th>

    <th>| Level</th>

    </tr>

    <tr>

    <td>| '.$charinfo['name'].'</td>

    <td>| '.$charinfo['race'].'</td>

    <td>| '.$charinfo['class'].'</td>

    <td>| '.$charinfo['level'].'</td>

    </tr>

    </table>

    - how can i say here if class is 3 then show me "druide" or something like this?

    - and how can i show a picture like "human-warrior" -> a table-part from "gender" and "race"?

    when i close the browser-tab after i had login with my account, and i open it again the browser shows me "Wrong pass!" but not the login-window. after a few minutes then it works normaly again.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use