"rejected"'; $sql .= ' AND pl.owner = ?'; $dataParams->addDataParam('s', $_SESSION['S_OA_OWNER']); $sql .= ' ORDER BY ' . $order_by . ($sort_desc ? ' DESC' : '') . (!$viewall ? ' LIMIT 0, 5' : ' LIMIT ?, ?'); if ($viewall) { $dataParams->addDataParam('i', (($page - 1) * $pageRecord)); $dataParams->addDataParam('i', $pageRecord); } $prosp_label_result = $wrapperObj->executeQuery($sql, $dataParams); if ($prosp_label_result === false) { showierror($sql); } $dataParams = new QueryData(); $sql = 'SELECT FOUND_ROWS() AS total'; $total_count = $wrapperObj->executeQuery($sql, $dataParams); if ($total_count === false) { showierror($sql); } $total_count_row = $total_count[0]; $total = $total_count_row['total']; $pageNum = ceil($total/$pageRecord); if ($viewall) { if ($total) { echo paginate($page, $pageRecord, $pageNum, $varQueryString); } } ?>

Prospective Label Online Registration

0) { $rci = 0; foreach ($prosp_label_result as $prosp_label_row) { $row_class = (++$rci & 1) ? '' : 'alt'; ?> >
  • Owner:
  • Orch Rep/Closer:
  • Type of Content:
  • Genre:
  • Address: ,
  • City, State, Zip/Postal Code: , ,
  • Physical Distributor:
  • Full Length Album:
  • Top 3 Artists:
  • Top 3 Titles:
  • Short Overview: ', $prosp_label_row['short_overview'])?>
  • Accepted by Orchard: on ' . format_date($prosp_label_row['date_processed']) : '')?>
  • Accepted by Label:
No prospective label online sign-ups found.