Jump to content

Stucked with a joint query... Help me..


chanchelkumar

Recommended Posts

Hi Friends,

 

I am working with some widgets which is to be displayed in selected pages

 

For that i wrote a Joint query which is given below...

 

The problem is i want to check the publish status from another table. how can i make it with one query...

 

$selwidg="select distinct a.$widgetpage from cw_widgemanage as a, widget as b,cw_userdetails as c where a.userid='$usrid' and (a.$widgetpage=b.widgetname) and (b.foruser=c.usertype)";

 

help me thanks in advance....

Link to comment
https://forums.phpfreaks.com/topic/68372-stucked-with-a-joint-query-help-me/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.