$row['nc_boxes_id'], 'name' => $row['box_name'], 'pos' => $row['box_pos'], 'order'=> $row['box_order'] ); } $result = mysql_query(" SELECT * FROM nc_boxes WHERE box_pos = 'off' ORDER BY box_order "); while(($row = mysql_fetch_array($result) )) { $boxes[] = array('id' => $row['nc_boxes_id'], 'name' => $row['box_name'], 'pos' => $row['box_pos'], 'order'=> $row['box_order'] ); } $result = mysql_query(" SELECT * FROM nc_boxes WHERE box_pos = 'right' ORDER BY box_order "); while(($row = mysql_fetch_array($result) )) { $boxes[] = array('id' => $row['nc_boxes_id'], 'name' => $row['box_name'], 'pos' => $row['box_pos'], 'order'=> $row['box_order'] ); } return $boxes; } ?>
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/vinodint/public_html/cms_shop/inc/xtc_db_connect.inc.php:34 Stack trace: #0 /home/vinodint/public_html/cms_shop/includes/application_top.php(191): xtc_db_connect() #1 /home/vinodint/public_html/cms_shop/index.php(25): include('/home/vinodint/...') #2 {main} thrown in /home/vinodint/public_html/cms_shop/inc/xtc_db_connect.inc.php on line 34