uDesign
JAMES_RODRIGUEZ, Xatoyingiz mysq_fetch_array() emas mysql_fetch_array() bo`lishi kerak
  1. <?php
  2. define('_IN_JOHNCMS', 1);
  3. $headmod = 'tournament23454';
  4. $textl = 'Кубковые турниры';
  5. require_once ("../incfiles/core.php");
  6. require_once ("../incfiles/head.php");
  7. $q = mysql_query("select * from fman_matches where id = '$id'");
  8. // Новички
  9. if ($id) {
  10. mysql_query("insert into `r_cupgame` set `rez1`='" . $m['sc1'] . "', `rez2`='" . $m['sc2'] . "', `pen1`='" . $m['pen1'] . "', `pen2`='" . $m['pen2'] . "', `id_report`='" . $m['id'] . "' where `id`='" . $id . "'");
  11.  
  12. header('location: /man/match.php?id=' . $id);
  13. }
  14.  
  15.  
  16. require_once ("../incfiles/end.php");
  17. ?>