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! Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.