A PHP Error was encountered

Severity: Warning

Message: Undefined array key 0

Filename: controllers/Clients.php

Line Number: 120

Backtrace:

File: /home/bitraser/public_html/application/controllers/Clients.php
Line: 120
Function: _error_handler

File: /home/bitraser/public_html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Trying to access array offset on value of type null

Filename: controllers/Clients.php

Line Number: 120

Backtrace:

File: /home/bitraser/public_html/application/controllers/Clients.php
Line: 120
Function: _error_handler

File: /home/bitraser/public_html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Undefined array key 0

Filename: controllers/Clients.php

Line Number: 121

Backtrace:

File: /home/bitraser/public_html/application/controllers/Clients.php
Line: 121
Function: _error_handler

File: /home/bitraser/public_html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Trying to access array offset on value of type null

Filename: controllers/Clients.php

Line Number: 121

Backtrace:

File: /home/bitraser/public_html/application/controllers/Clients.php
Line: 121
Function: _error_handler

File: /home/bitraser/public_html/index.php
Line: 315
Function: require_once

BITRASER® IS AN INNOVATION FROM STELLAR

Stellar Brings to The World Future-Ready Data Solutions

  • 0M+

    Customers

  • 0+

    Years of Experience

  • 0+

    R&D Engineers

  • 0+

    Countries

  • 0+

    Partners

  • 0+

    Awards Received

  • Bitraser
  • Bitraser
  • Bitraser
  • Bitraser
Bitraser
Bitraser

Let's get started

Interested in finding out more about our solutions?

Experience BitRaser

Request Free License

Usage:
  • Captcha*
  • Jrubw
  • captcha refresh

*mandatory

/" + page + busiln + indusln, type: 'get', dataType: 'json', success: function(json) { var table = ''; $.each(json['pagination_results'], function(key, value) { if(value['org_logo']!=''){ var orglogo = 'https://www.bitraser.com/asset/images/client/' + value['client_logo']; }else{ var orglogo = ''; } table += '
logo

'+value['client_name']+'

'; /*table += '

'+value['client_name']+' '+value['title']+'

';*/ }); $('#client_div').html(table); $('#pagination_links').html(json['pagination_links']); }, }); } loadpag(1,null,null); $(document).ready(function(){ $(document).on("click", ".pagination li a", function(event){ event.preventDefault(); var page = $(this).data("ci-pagination-page"); loadpag(page); topFunction(); }); }); function topFunction() { $('html, body').animate({ scrollTop: $("#filter_stripe").offset().top }, 2000) } function sendIndustry(id){ industryT=$('.industry-dropdown'+id).data('industry'); $('#EnterpriseMenuDown').text(industryT); $("#selectindustryid").val(id); if(id>0){ $('.top-select-industry-box').removeClass('d-none'); }else{ $('.top-select-industry-box').addClass('d-none'); } loadpag(1); } $(document).ready(function () { // base_url='http://172.16.110.231/bitraser/testimonial/'; base_url='https://www.bitraser.com/testimonial/'; // Handle Product Type Selection $('.select_solution .dropdown-item').on('click', function (e) { e.preventDefault(); const selectedProduct = $(this).data('business'); const dropdownButton = $(this).closest('.select_solution').find('.dropdown-toggle'); selectedclientid = $(this).data('clientid'); existingclientid=$("#selectclientid").val(); if(existingclientid!=selectedclientid){ $("#selectindustryid").val(0); } $("#selectclientid").val(selectedclientid); loadpag(1); // Update button text with the selected item dropdownButton.text($(this).text()); if (selectedclientid ==1 || selectedclientid ==0) { $('.sub_child').show(); // $('#sub_menu_content_box').removeClass("show"); } else { $('.sub_child').hide(); // $('#sub_menu_content_box').removeClass("show"); } // if (selectedclientid ==1 || selectedclientid ==0) { // $('#EnterpriseMenuDownBox').show(); // $("#EnterpriseMenuDownBox").empty(); // } else { // $('#EnterpriseMenuDownBox').hide(); // } // $('#dropdownMenuButton2').text($(this).text()); clientid=$(this).val(); $.ajax({ type: "post", url: base_url+"getIndustrytype", data: { 'clientid':selectedclientid}, dataType: "json", success: function (json) { if(selectedclientid>0){ $('.top-select-business-box').removeClass('d-none'); }else{ $('.top-select-business-box').addClass('d-none'); } html = ''; if(selectedclientid==0){ html=''; } $('div[id="EnterpriseMenuDownBox"]').html(html); } }); }); });