Search found 7 matches

by petrus123
Thu Feb 13, 2014 7:18 am
Forum: PHP
Topic: PHP Private Message Tutorial - Delete function not working
Replies: 11
Views: 3625

Re: PHP Private Message Tutorial - Delete function not worki

Good news - I followed the advice of ScTech and changed that line of code Good news - It deletes messages Good news - They do not come back when another message is sent Bad news - They are deleted for everyone - not just the user who deleted them Bad news - I have another problem: The view_conversat...
by petrus123
Wed Feb 12, 2014 6:09 am
Forum: PHP
Topic: PHP Private Message Tutorial - Delete function not working
Replies: 11
Views: 3625

Re: PHP Private Message Tutorial - Delete function not worki

Great - Thank you very much!
by petrus123
Tue Feb 11, 2014 6:56 pm
Forum: PHP
Topic: PHP Private Message Tutorial - Delete function not working
Replies: 11
Views: 3625

Re: PHP Private Message Tutorial - Delete function not worki

Sorry - I should have zipped the .sql up like you said.

Attached is the zipped version.

Thank you again for helping me.

Oh, and by the way, I changed the password of the database for the purposes of security.
by petrus123
Tue Feb 11, 2014 6:07 pm
Forum: PHP
Topic: PHP Private Message Tutorial - Delete function not working
Replies: 11
Views: 3625

Re: PHP Private Message Tutorial - Delete function not worki

Thank you for replying so promptly. I am totally new to MySQL, but I've just exported the whole database (hopefully I've done it correctly). [syntax=sql] -- phpMyAdmin SQL Dump -- version 3.5.2.2 -- m -- -- Host: localhost -- Generation Time: Feb 11, 2014 at 01:05 PM -- Server version: 5.1.61 -- PHP...
by petrus123
Tue Feb 11, 2014 5:16 pm
Forum: PHP
Topic: PHP Private Message Tutorial - Delete function not working
Replies: 11
Views: 3625

Re: PHP Private Message Tutorial - Delete function not worki

Thank you very much. My database has four tables: conversations - conversation_id and conversation_subject conversations_members - conversation_id, user_id, conversation_last_view, conversation_deleted conversations_messages - message_id, conversation_id, user_id, message_date, message_text users - ...
by petrus123
Tue Feb 11, 2014 7:13 am
Forum: PHP
Topic: PHP Private Message Tutorial - Delete function not working
Replies: 11
Views: 3625

Re: PHP Private Message Tutorial - Delete function not worki

Improvement: Now I have got the function to get the values in the database, but there are three main problems that I can clearly see: 1) It will not do anything unless I delete the top message 2) It deletes all messages if I delete the top message 3) If anyone sends a user a message, that user will ...
by petrus123
Mon Feb 10, 2014 9:01 pm
Forum: PHP
Topic: PHP Private Message Tutorial - Delete function not working
Replies: 11
Views: 3625

PHP Private Message Tutorial - Delete function not working

Hello, I am new to this forum. I have been following the brilliant PHP private message tutorial, but have run into a problem. I have tried to fix it but so far have not had any luck. The problem is my delete function. Whilst there are no error messages, it does nothing. It does not change the value ...