here is the code for matches2
$result = mysql_query("SELECT id, date, code2, winner, pointsg, loser, pointsl, replay FROM matches2 ORDER BY id DESC");
i would like to add a table from members in matches 2, is that possible?
here the code for members
$result = mysql_query("SELECT code, setname, rating1, wins, loses FROM members ORDER BY rating1 DESC LIMIT 5 ");
i want to add the id "rating1" inside matches2. how can i write that?
This post has been edited by dangmnx: 21 April 2009 - 08:16 PM

New Topic/Question
Reply




MultiQuote





|