How to merge data from another table.
On the downstairs bank I have 3 tables:
dados: id, nome, end, tel... etc....
cidades: id, nome_cidade
status: id, nome_status
$sql = "SELECT * FROM dados ";
$resultado = mysql_query($sql) or di...
asked by
26.01.2015 / 02:21