te falta la condición where.
Código PHP:
<?php
// resultado de seleccion
// seleccion.php
//
include_once('ccccccconeexxxxionnnnn.php');
$suid = $_GET["suid"];
$sql2 = mysql_query("SELECT * FROM marcas where mid=$suid");
while($row = mysql_fetch_array($sql2)) {
echo " Marcas: ".$row["nombre_marcas"]." "; }
?>