mam taki prosty kod:

  1.  
  2. $stat = mysql_fetch_array(mysql_query("select * from players where user='$user' and pass='$haslo'"));
  3.  
  4. $poltora = $stat[lvl]*1,5;
  5. $poltora2 = $poltora + rand(1,5);
  6. $koniec = $stat[lvl]*2,5 + rand(1,5);
  7.  
  8. $dmin = rand($stat[lvl],$poltora);
  9. $dmax = rand($poltora2,$koniec);


Zamiast działania jest biała strona. Podejrzewam, że problem jest gdzieś w zapisie. Ale kombinuje, kombinuje i nic sad.gif

EDIT. juz działa, zamiast przecinków trzeba było kropki wstawić. Sorry za fatyge tongue.gif