#ASK How to provide a JWT token authorization header in vue js ?? when you have logged in successfully then save the token in local storage, then when you want to load the v_r...
#ASK Has anyone ever made it like this on PHP ?? upload CSV file, then later you can read the CSV row, then display it in the html
#ASK why echo view can't be used as variable ?? this is my code .. i'm want to print pdf with Mpdf in Codeigniter 4 $sumber = echo view('reporting/peserta/v_cetakallpeserta'...
#ASK .. excuse me.. anyone ever made in php how to read the file properties exe ?? for example, the system uploads an .exe file, well, where can I read the size, what package...
i'm use this but error public $baseURL = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on") ? "https" : "http"); public $baseURL .= "://".$_SERVER['HTTP_HOST']; publi...
#ASK I have a plot like this if the user has logged in, the login status changes to 1, and if another device is opened, a warning appears. So the problem is if the user close...
#ASK how to convert Y-m-d date format to d-m-Y date format , if it's already in d-m-Y format, datatable sorting can't be ascending or descending, sorting thinks it's a strin...
#ASK I have data and want to export it to a txt file. before I export it will be filtered and displayed to the datatable. the filter results will be exported to a txt file la...
#ASK I have data when I console log on each that I have sorted, the results of the console log data can be sorted, but when I process the data in AJAX, the results are randomi...
#ASK excuse me , i want to ask .. how to config base url in codeigniter 4 to be dynamic ?
#ASK why $search = $this->request->getVar('search')('value'); not work ?