Warning: Undefined variable $nume_anunt_cur in /home3/topham/suntempro.ro/articole-detalii.php on line 91
Warning: Undefined variable $data_anunt_cur in /home3/topham/suntempro.ro/articole-detalii.php on line 91
/home3/topham/suntempro.ro/articole-detalii.php on line 93
">Acasa » /home3/topham/suntempro.ro/articole-detalii.php on line 94
/
Warning: Undefined variable $link_cat in /home3/topham/suntempro.ro/articole-detalii.php on line 94
">
Warning: Undefined variable $nume_cat in /home3/topham/suntempro.ro/articole-detalii.php on line 94
»
Warning: Undefined variable $nume_anunt_cur in /home3/topham/suntempro.ro/articole-detalii.php on line 94
">Acasa » /home3/topham/suntempro.ro/articole-detalii.php on line 94
/
Warning: Undefined variable $link_cat in /home3/topham/suntempro.ro/articole-detalii.php on line 94
">
Warning: Undefined variable $nume_cat in /home3/topham/suntempro.ro/articole-detalii.php on line 94
»
Warning: Undefined variable $nume_anunt_cur in /home3/topham/suntempro.ro/articole-detalii.php on line 94
echo $desc_anunt_cur; ?>
$files = array(); $poze = array(); $item = $datab->getRows('files', 'file, nume', 'WHERE valabil=1 AND galerie=? AND tip=?', array($_GET[id], 'posts')); $i = 0; foreach ($item as $key => $val) { $ext = pathinfo(basename($val[file]), PATHINFO_EXTENSION); if ($ext != 'png' && $ext != 'jpg' && $ext != 'jpeg' & $ext != 'tiff' & $ext != 'gif') { $files[$i][file] = str_replace('../', $datab->url.'/', $val[file]); $files[$i][nume] = $val[nume]; } else { $poze[$i][poza] = str_replace('../', $datab->url.'/', $val[file]); $poze[$i][nume] = $val[nume]; } $i++; } // print_r($files); // print_r($poze); foreach ($files as $key => $val) { $file = $val[file]; $nume = $val[nume]; echo ""; } foreach ($poze as $key => $val) { $file = $val[poza]; $nume = $val[nume]; $out .= '
Warning: Undefined variable $out in /home3/topham/suntempro.ro/articole-detalii.php on line 142