Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 28th, 2012  |  syntax: PHP  |  size: 0.28 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $sql_subkategory_fetch = "SELECT * FROM inzercia_subkategorie WHERE nadradena_id = ".$row_kategory_fetch['id']." ORDER BY id ASC LIMIT 1";
  2. $data_subkategory_fetch = $conn->query($sql_subkategory_fetch);
  3. while($row_subkategory_fetch = $data_subkategory_fetch->fetch(PDO::FETCH_ASSOC)) {