Click here to Skip to main content
15,890,557 members

Comments by Matas - developer (Top 14 by date)

Matas - developer 9-Jun-20 20:40pm View    
Thank you so much for help, but it's still the same, not deleting, maybe something I messed up, and still not found a problem...
Matas - developer 9-Jun-20 20:06pm View    
I add darb.php code
Matas - developer 1-Jun-20 13:23pm View    
It's bad URL, when I manually enter that URL, the page just refreshes and doesn't delete. I did what you said and nothing has changed. I have done this in another project and code is the same, but there working and here doesn't

<a href="http://localhost/pvd/admin/darb.php?delete=78" class="btn btn-danger modal_delete_link"></a>
Matas - developer 1-Jun-20 6:34am View    
I think so, Popup modal opens, but then I press delete button with delete url it’s just refresh page.
Matas - developer 30-May-20 20:15pm View    
I fix this problem, thank you, but I have another problem, it doesn't show info by id, can you help me? code is the same, but I added two lines
            
            $darb_id = 'darb_id';
            $query = "SELECT * FROM darb WHERE darb_id = '{$darb_id}' ";