Welcome Guest, Not a member yet? Register   Sign In
Cannot delete from database
#10

(07-22-2017, 09:57 AM)Wouter60 Wrote: Please, define "didn't work".
What happens if you click on the button?
Nothing? Or does it load the requested URL and then nothing happens?
Please, insert the following line of code in the posts/delete function, right after the last this->db-> action:
PHP Code:
echo $this->db->last_query();
die(); 

Pls, tell us what it says.

Hi, and thanks for your time.

When I hover over the button it shows the url localhost/ci-template/posts/delete/1
When I click on the button it redirect back to the page where the table is.
This is what I received after inserting the code you sent me: DELETE FROM `posts` WHERE `id` = '1'
Reply


Messages In This Thread
Cannot delete from database - by michaeldtrek - 07-20-2017, 01:31 PM
RE: Cannot delete from database - by cybersven - 07-21-2017, 02:42 AM
RE: Cannot delete from database - by donpwinston - 07-21-2017, 07:19 AM
RE: Cannot delete from database - by michaeldtrek - 07-21-2017, 10:23 AM
RE: Cannot delete from database - by Wouter60 - 07-22-2017, 02:20 AM
RE: Cannot delete from database - by michaeldtrek - 07-22-2017, 08:27 AM
RE: Cannot delete from database - by InsiteFX - 07-22-2017, 02:27 AM
RE: Cannot delete from database - by michaeldtrek - 07-22-2017, 08:29 AM
RE: Cannot delete from database - by Wouter60 - 07-22-2017, 09:57 AM
RE: Cannot delete from database - by michaeldtrek - 07-22-2017, 10:24 AM
RE: Cannot delete from database - by michaeldtrek - 07-22-2017, 11:11 AM
RE: Cannot delete from database - by Paradinight - 07-22-2017, 11:20 AM
RE: Cannot delete from database - by Wouter60 - 07-23-2017, 04:27 AM
RE: Cannot delete from database - by michaeldtrek - 07-23-2017, 09:01 AM
RE: Cannot delete from database - by Wouter60 - 07-24-2017, 12:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB