RELAÇÃO DE TABELAS>>> tabela: anuncios colunas: id autor datacad titulo subtitulo texto categoria tabela: imgs colunas: id anuncio autor autor nome titulo datacad tenho um comando que é o seguinte: $seleciona = mysql_query("SELECT * FROM anuncios ORDER BY `anuncios`.`categoria` ASC"); $quantos = mysql_num_rows($seleciona); while($ver = mysql_fetch_array($seleciona)){ //informações da tabela $id = $ver['id']; $titulo = $ver['titulo']; $subtitulo = $ver['subtitulo']; ?> ESSE COMANDO SELECIONA O ID, TITULO E SUBTITULO MAS AMBOS SÃO DA TABELA ANUNCIOS PRECISO FAZER UM INNER JOIN COLOCANDO também A COLUNA NOME QUE É DA TABELA IMGS. preciso mesmo de uma ajuda estou impacado nisso já vai fazer um mês. :unsure: grato a todos.