Search found 2 matches
- Sat Jun 29, 2013 10:06 am
- Forum: Tutorials
- Topic: private message system pt. 11 mysql query
- Replies: 1
- Views: 1085
private message system pt. 11 mysql query
hello. i have been trying to make a private message system by following betterphp's tutorial. everything has worked until the part where you can delete messages. it marks the conversation as deleted in the database, but it still shows in my inbox. I have viewed the video 5 times and written the same...
- Fri Jun 28, 2013 6:51 pm
- Forum: Tutorials
- Topic: PHP private message tuturial
- Replies: 4
- Views: 7482
Re: PHP private message tuturial
if you have problems with your mysql query. try to paste your query into phpmyadmin and replace variables with a number eg. {$_SESSION['user_id']} should be replaced with a number like 1. it is sometime easyer to check querys from phpmyadmin