getRows('categ', 'nume, link', $where='WHERE id=?', array($cat)); $nume_cat = $item[0][nume]; $link_cat = $item[0][link]; $item = $datab->getRows('posts', 'nume, text, data', $where='WHERE id=?', array($id)); $nume_anunt_cur = $item[0][nume]; $desc_anunt_cur = $item[0][text]; $data_anunt_cur = $item[0][data]; ?> <br /> <b>Warning</b>: Undefined variable $nume_cat in <b>/home3/topham/suntempro.ro/articole-detalii.php</b> on line <b>18</b><br /> - <br /> <b>Warning</b>: Undefined variable $nume_anunt_cur in <b>/home3/topham/suntempro.ro/articole-detalii.php</b> on line <b>18</b><br /> - <br /> <b>Warning</b>: Undefined variable $NUME_SITE in <b>/home3/topham/suntempro.ro/articole-detalii.php</b> on line <b>18</b><br />


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



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 .= '
  • '.$nume.'
  • '; } if (count($poze) > 0) { ?>


      Warning: Undefined variable $out in /home3/topham/suntempro.ro/articole-detalii.php on line 142