JAMES_RODRIGUEZ, Xatoyingiz mysq_fetch_array() emas mysql_fetch_array() bo`lishi kerak
<?php
$headmod = 'tournament23454';
$textl = 'Кубковые турниры';
require_once ("../incfiles/core.php");
require_once ("../incfiles/head.php");
$q = mysql_query("select * from fman_matches where id = '$id'"); // Новички
if ($id) {
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 . "'");
header('location: /man/match.php?id=' . $id); }
require_once ("../incfiles/end.php");
?>