python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Codeigniter 4 - Apply validation rules without making the fields required for URL
I want to apply validation rules only for the input fields that are not empty (not required) for the URL
For example,
If I submit a form and the input is empty, I got a validation error "Instagra...
hanafa
Votes: 0
Answers: 2
Error on xampp running phph code Fatal error spl_autoload_register()
function __autoload($class_name) {
$class_name = strtolower($class_name);
$path = LIB_PATH.DS."{$class_name}.php";
if(file_exists($path)){
require_once($path);
}else{...
Sushant Sharma
Votes: 0
Answers: 0
show data in by id in foreach php
I display item data, in the data there is an id, I want to display a list of data based on that id
this my code
foreach ($list as $datas) {
$detail = $this->M_master->get_byid($data...
Jon
Votes: 0
Answers: 1
how to solve DataTables warning: Invalid JSON response in codeigniter
I'm having problems displaying data into a data table, but when I check in the console the data appears and the response is 200 . but i'm having trouble displaying it in view , i get a message that th...

Tito
Votes: 0
Answers: 0