Cod: Selectaţi tot
$text_pt_eroare = 'Eroare, fara date in BD';
echo (count($ret) >1) ? json_encode($ret) :$text_pt_eroare;
Cod: Selectaţi tot
$text_pt_eroare = 'Eroare, fara date in BD';
echo (count($ret) >1) ? json_encode($ret) :$text_pt_eroare;
Cod: Selectaţi tot
$text_pt_eroare = '<span class="err">Eroare, fara date in BD</span>';
Cod: Selectaţi tot
.err {
color:red;
}