Search found 3 matches

by manuor
Wed Jun 05, 2013 6:37 pm
Forum: Tutorials
Topic: PHP private message tuturial
Replies: 4
Views: 7487

Re: PHP private message tuturial

here is my code by the way: $sql = "SELECT `conversations`.`conversation_id`, `conversations`.`conversation_subject`, MAX(`conversations_messages`.`message_date`) AS `conversation_last_reply` FROM `conversations` LEFT JOIN `conversations_messages` ON `conversations`.`conversation_id` = `convers...
by manuor
Wed Jun 05, 2013 6:36 pm
Forum: Tutorials
Topic: PHP private message tuturial
Replies: 4
Views: 7487

Re: PHP private message tuturial

Hello another problem I am getting that I don't know how to solve is that in part 9 my query is falling giving me this message, You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `conversations_members`.`conversa...
by manuor
Tue Jun 04, 2013 2:51 pm
Forum: Tutorials
Topic: PHP private message tuturial
Replies: 4
Views: 7487

PHP private message tuturial

Hello I am having a problem with part 7 of this tutorial, it is pretty simple but I cant figure out where the error might be. The error s basically telling me that my $user_names is not a array, I have checked all the spelling and watch the video 3 times, if anyone could help be I would sincirely ap...