skip to Main Content

delete max value from column – Phpmyadmin

i have problem when executed this code in CodeIgniter it deletes all records not only the max value record although it works fine if i execute Sql query in phpmyadmin what wrong in PHP code my code: controller: $this->data->del_data_query('DELETE FROM…

VIEW QUESTION

Redirect Page With Data – Jquery ajax

I did some research on this topic but i cant run this id is not send to page. listdata.php <td class="text-center" style="min-width:130px;"> <button style="width:100%" class="btn btn-primary detail-customer" data-id="<?php echo $m->id; ?>">Bilgi</button> </td> ajax.php $(document).on("click", ".detail-customer", function() { var id =…

VIEW QUESTION
Back To Top
Search