Search found 8 matches
- Fri May 25, 2012 6:14 pm
- Forum: Tutorials
- Topic: private message system- unknown user problem
- Replies: 6
- Views: 1489
Re: private message system- unknown user problem
yes,the problem is at the sql query.. hehhe..but now there is a new problem..hahaha
- Fri May 25, 2012 5:49 pm
- Forum: Tutorials
- Topic: private message system- unknown user problem
- Replies: 6
- Views: 1489
Re: private message system- unknown user problem
Yes I've got it....heee.. The coding is working. Thank you so much =D
- Fri May 25, 2012 5:30 pm
- Forum: Tutorials
- Topic: private message system- unknown user problem
- Replies: 6
- Views: 1489
Re: private message system- unknown user problem
Yes I've tried but still not working..huhuhu..
- Fri May 25, 2012 4:45 pm
- Forum: Tutorials
- Topic: private message system- unknown user problem
- Replies: 6
- Views: 1489
private message system- unknown user problem
Hi.. Up until now, I've succeed to follow the tutorial until the new conversation part where when i try to post to unknown or non-existing user, the message "The following user could not be found" won't appear. There are many errors message I've got.Now I'm really stuck and could you or an...
- Fri May 25, 2012 9:02 am
- Forum: Tutorials
- Topic: PHP Tutorial: Private Message System Problem
- Replies: 4
- Views: 2217
Re: PHP Tutorial: Private Message System Problem
Thanks a lot Tumor..It's work =) The query is something like this..
$result = mysql_query("SELECT user_id FROM users WHERE user_name = '$user_name' AND user_password = '$user_password' ");
- Thu May 24, 2012 6:06 am
- Forum: Tutorials
- Topic: PHP Tutorial: Private Message System Problem
- Replies: 4
- Views: 2217
Re: PHP Tutorial: Private Message System Problem
Thanks so much Tumor for your kind help. I already follow your suggestion on putting the echo mysql_error(); And it's display : Unknown column 'jacek' in 'where clause' Can you help me, to figure out what's the problem..The query for Select statement has already been corrected, as follow : function ...
- Wed May 23, 2012 5:51 pm
- Forum: Suggestions
- Topic: Denote New Item (Red Circle) Tutorial
- Replies: 3
- Views: 3194
Denote New Item (Red Circle) Tutorial
Hi Jacek, Really thank full for yr all effort on making these good tutorial so far. It's helps me a lot.. :D But if possible, i really need your help on making tutorial for "denotes new item" things. The idea is like whenever there is something new (update) , the system will notify the use...
- Wed May 23, 2012 5:21 pm
- Forum: Tutorials
- Topic: PHP Tutorial: Private Message System Problem
- Replies: 4
- Views: 2217
PHP Tutorial: Private Message System Problem
Hi Jacek, I have been following your tutorial of PM System. But faced problem in the login part. Everything is already same as the tutorial. When I want to login, this error appears. Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\wamp\www\private_message_system\cor...