Click here to Skip to main content
15,892,005 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: PHP Pin
Peter Leow2-Mar-14 5:28
professionalPeter Leow2-Mar-14 5:28 
AnswerRe: PHP Pin
thatraja2-Mar-14 20:27
professionalthatraja2-Mar-14 20:27 
GeneralRe: PHP Pin
stevic9-Apr-14 7:16
professionalstevic9-Apr-14 7:16 
GeneralRe: PHP Pin
thatraja9-Apr-14 7:22
professionalthatraja9-Apr-14 7:22 
Questionhow to use join query to merge order,customer,category and product table? Pin
zunisheikh2-Mar-14 5:04
zunisheikh2-Mar-14 5:04 
AnswerRe: how to use join query to merge order,customer,category and product table? Pin
Peter Leow2-Mar-14 5:36
professionalPeter Leow2-Mar-14 5:36 
GeneralRe: how to use join query to merge order,customer,category and product table? Pin
zunisheikh2-Mar-14 5:58
zunisheikh2-Mar-14 5:58 
Questionhow to use join query to merge order,customer,category and product table? Pin
zunisheikh2-Mar-14 4:57
zunisheikh2-Mar-14 4:57 
SELECT ord.orderid,cus.custid,cus.custname,cat.catid,cat.catname,pro.proid,pro.proname from 'order' as ord inner join 'customer' as cus on cus.custid=ord.custid inner join 'category' as cat on cat.catid=ord.catid inner join 'product' as pro on pro.proid=ord.proid

kindly reply where i am wrongFrown | :(
RantRe: how to use join query to merge order,customer,category and product table? Pin
thatraja2-Mar-14 20:12
professionalthatraja2-Mar-14 20:12 
GeneralRe: how to use join query to merge order,customer,category and product table? Pin
zunisheikh2-Mar-14 22:18
zunisheikh2-Mar-14 22:18 
GeneralRe: how to use join query to merge order,customer,category and product table? Pin
thatraja2-Mar-14 22:27
professionalthatraja2-Mar-14 22:27 
QuestionRouting at the iis level Pin
Keith Barrow26-Feb-14 23:05
professionalKeith Barrow26-Feb-14 23:05 
AnswerSorted! - Partially Pin
Keith Barrow27-Feb-14 1:45
professionalKeith Barrow27-Feb-14 1:45 
Questionfew questions re: skinnable players. Thanks in advance. Pin
Member 1062547325-Feb-14 13:39
Member 1062547325-Feb-14 13:39 
QuestionHow to develop a Website Pin
damiend12323-Feb-14 19:36
damiend12323-Feb-14 19:36 
AnswerRe: How to develop a Website Pin
Kornfeld Eliyahu Peter23-Feb-14 20:50
professionalKornfeld Eliyahu Peter23-Feb-14 20:50 
GeneralRe: How to develop a Website Pin
vikas dwivedi24-Feb-14 7:05
vikas dwivedi24-Feb-14 7:05 
GeneralRe: How to develop a Website Pin
damiend12324-Feb-14 17:00
damiend12324-Feb-14 17:00 
AnswerRe: How to develop a Website Pin
thatraja23-Feb-14 22:15
professionalthatraja23-Feb-14 22:15 
AnswerRe: How to develop a Website Pin
Richard MacCutchan23-Feb-14 22:15
mveRichard MacCutchan23-Feb-14 22:15 
GeneralRe: How to develop a Website Pin
damiend12324-Feb-14 17:01
damiend12324-Feb-14 17:01 
AnswerRe: How to develop a Website Pin
MixBag24-Feb-14 9:08
MixBag24-Feb-14 9:08 
GeneralRe: How to develop a Website Pin
damiend12324-Feb-14 17:01
damiend12324-Feb-14 17:01 
AnswerRe: How to develop a Website Pin
chrislim288824-Feb-14 14:18
professionalchrislim288824-Feb-14 14:18 
GeneralRe: How to develop a Website Pin
damiend12324-Feb-14 17:02
damiend12324-Feb-14 17:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.