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

(07-22-2017, 11:11 AM)[email protected] Wrote:
(07-22-2017, 10:24 AM)[email protected] Wrote:
(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'

I figured it out.  The id that codeigniter is trying to delete doesn't match the id in the database.  Probably from me deleting them from testing.  I need to figure out how to reset the auto increment in the database if I can.  At least I think this is the best way to proceed.

$post['id'] <- is not the id from the database? Huh

if you need to reset the id, you do something wrong very wrong
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