02-09-2021, 07:06 PM
I have issues will leave a link here
|
02-10-2021, 02:03 AM
fix your route, remove brackets around $1
PHP Code: $routes->get('agents/getClientsToAgent/(:num)', 'Agents::getClientsToAgent/$1'); https://codeigniter4.github.io/CodeIgnit...l#examples |