WmZilla - Webmaster and Marketplace

The Next Generation Webmaster and Trade Forum

I cannot retrieve conditional data from the database.

Barry

New member

0

0%

Status

Offline

Posts

31

Likes

0

Rep

0

Bits

160

5

Months of Service

0%
Friends, I need to receive all messages related to the person who has logged in from the "messages" table and the messages that the person has sent. I have made a few attempts and searched online, but I couldn't find the correct code. I would appreciate it if you could help. //code $message_query = mysql_query("SELECT * FROM `messages` WHERE sender_id='$_SESSION[user_id]' AND receiver_id='$_SESSION[user_id]'"); //code
 

249

6,622

6,642

Top