Jump to content
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
Célio-Ctba hasn't added any friends yet.
26/11/2007, 08:31
09/11/2007, 13:29
$sql = mysql_query("SELECT `num1`,`num2`,`num3`,`num4`,`num5` FROM `tabela`"); while($res = mysql_fetch_assoc($sql)){ echo $res['num1']."-".$res['num2']."<br>"; }