I have the following SQL:
$dcadastroultimo = date("d.m.y");
$sqlidcidade = "select id, titulo, tipo from imoveis where cod = '$cliente' AND
ueditado <= '$dcadastroultimo' ORDER BY id ASC";
I need you to list the last edited records, but...
asked by
15.03.2016 / 18:13