Jump to content
  • 0

pomoc Kde je Chyba


Phoenyx

Dotaz

Zdravím,

 

nevím kde mám chybu mělo yb to udělat 1 dropdown menu ve kterém budou všechny postavy

 

ale udělá to 2 dropdown menu a v každém je jen 1 postava ze dvou

 

 

Co to udělá

cotoudela.png

 

Kód

<?php

Link to comment
Share on other sites

2 odpovědí na tuto otázku

Recommended Posts

  • 0

Zkus toto

<?php include("configs.php");

 //Get Info By Query

 $conn = mysql_connect("$serveraddress", "$serveruser", "$serverpass")or die("Couldn't connect to database");

  $account_infos = mysql_query("SELECT * FROM `".$server_adb."`.`account` WHERE username='".$_SESSION['username']."'")or die(mysql_error());

  while($gets = mysql_fetch_array($account_infos)) 

 { 

 $account_info = mysql_query("SELECT * FROM `".$server_cdb."`.`characters` WHERE account='".$gets['id']."'")or die(mysql_error());

 }

echo

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...