poyor7 Posted May 24, 2006 Share Posted May 24, 2006 I've problem on how to use JOIN query in PHP class...currently my coding is querying one table....var $member_table = "member_log"; var $member_info_table = "member_info";so my question is what should i add in my existing code..i mean this particular line so that i can query member_info_table(JOIN):$this->strQuery = " Select a,b ,c, d FROM " . $this->member_table ."" ;?The Code:function search_Log_Query() {$use_where_stmt = false;$this->strQuery = " Select a,b ,c, d FROM " . $this->member_table ."" ;}RegardsPoyor7[code] Quote Link to comment https://forums.phpfreaks.com/topic/10309-php-classesdb-query/ Share on other sites More sharing options...
trq Posted May 24, 2006 Share Posted May 24, 2006 ? Quote Link to comment https://forums.phpfreaks.com/topic/10309-php-classesdb-query/#findComment-38477 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.