samoi Posted October 16, 2009 Share Posted October 16, 2009 Hello guys! I have two tables! users, and msgs and want to pull out the sender username from the table users SELECT username FROM `users` WHERE `from_id.msg` = '$sender' AND `to_id.msg` = '$recev' AND `read.msg` = 0 I could not get around it, please help me! Link to comment https://forums.phpfreaks.com/topic/177897-select-and-join-left-problem/ Share on other sites More sharing options...
kickstart Posted October 16, 2009 Share Posted October 16, 2009 Hi What are the structures of both tables. All the best Keith Link to comment https://forums.phpfreaks.com/topic/177897-select-and-join-left-problem/#findComment-937978 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.