aQ Posted January 2, 2008 Share Posted January 2, 2008 Is there any way to get info from more than one table at the time? I do it like this (php): mysql_query("SELECT * FROM users"); mysql_query("SELECT * FROM posts"); I am thinking of something like this: mysql_query("SELECT * FROM posts AND SELECT * FROM users"); Quote Link to comment https://forums.phpfreaks.com/topic/84134-get-info-from-multiple-tables-in-one-query/ Share on other sites More sharing options...
fenway Posted January 2, 2008 Share Posted January 2, 2008 I'm confused by your question... they obviously have different columns... how do you want them combined? Quote Link to comment https://forums.phpfreaks.com/topic/84134-get-info-from-multiple-tables-in-one-query/#findComment-428388 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.