Published December 26, 2024 by RIT with 0 comment

CARA OPER NILAI PADA AJAX MENGGUNAKAN FUNCTION

Hello I have problem return a value in function using ajax, And I am solved problem after search in google.com and recomend from stackoverflow. So, in my case only add async : false in function ajax. function insert(data_nya){ let returnStatus = false; $.ajax({ method: 'POST', ...
Read More
      edit
Published October 02, 2024 by RIT with 0 comment

cara mengatasi ONLY_FULL_GROUP_BY pada codeigniter 3

Assalamualaikum warohmatullohi wabarokatuh, Wa alaikum salam warohmatullohi wabarokatuh, Cara mengatasi SELECT list is not in GROUP BY clause and contains nonaggregated column 'your_db' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by....
Read More
      edit
Published June 25, 2024 by RIT with 0 comment

CHECKBOX IN PAGINATED DATATABLES

Hello I have problem checkbox in paginated, so I am trying choice and check data in datatables and parse value in input hidden, but in second page choice and check not working. And below this my code for solved problem checkbox in second pagination. let your_date = your_date; $(".div_for_dataTables").empty(); $(".id_login").val(""); $.ajax({ ...
Read More
      edit
Published August 11, 2023 by RIT with 0 comment

CARA MENGGUNAKAN TRANS_START PADA CODEIGNITER

Assalamualaikum warohmatullohi wabarokatuh, Wa alaikum salam warohmatullohi wabarokatuh, Trans_start atau transaction pada codeigniter berfungsi untuk menghentikan query. Pada kasus ini, ada 2 query insert, saat menjalankan query, dengan sengaja melakukan kesalahan di salah satu query nya. Yang...
Read More
      edit