robert_gsfame Posted May 20, 2010 Share Posted May 20, 2010 i have JOIN query like this $query=mysql_query("SELECT * FROM table1 a JOIN table2 bl ON a.username=b.username WHERE a.id='ABC1' AND b.age='25'"); then i want to get the result from that query..using mysql_fetch_array() how can i do it.. $array=mysql_fetch_array($query); $status=$array['status']; is that correct??? Link to comment https://forums.phpfreaks.com/topic/202352-fetching-join-query/ Share on other sites More sharing options...
trq Posted May 20, 2010 Share Posted May 20, 2010 Why not try it and see? Link to comment https://forums.phpfreaks.com/topic/202352-fetching-join-query/#findComment-1061069 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.