I Don't understand how to call PHP function with HTML using AJAX (JQuery)
I want to call a function when the user click on the related button. The button is located in the directory views/TableauDeBord.php and here is the code (that don't work). class TableauDeBord { public function show():void { ob_start(); ?> <!--What…