Attention Investors "Prevent unauthorised transactions in your account -- > Update your mobile numbers/email IDs with your stock brokers. Receive information of your transactions directly from Exchange on your mobile/email at the end of the day. Issued in the interest of Investors"
Elite Business Partner with Motilal Oswal Financial Services Ltd.
Out of 7000 partners of MOFSL, Merits Capital is Ranked No.1 Business Partner for North India
// Query to fetch data $query = $this->db->select('day, roi') ->from('daily_our_roi') ->order_by('day') ->get(); // Debugging: Check if query returns data if ($query->num_rows() > 0) { $results = $query->result_array(); // Prepare data for JavaScript $dates = []; $rois = []; foreach ($results as $row) { $dates[] = '"' . day('Y-m-d', strtotime($row['day'])) . '"'; // Format date $rois[] = $row['roi']; // ROI } $datesString = implode(',', $dates); $roisString = implode(',', $rois); } else { echo "No data found."; } ?>

Perform

Performance