Click here to Skip to main content
15,887,939 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: PHP Pin
zunisheikh4-Mar-14 23:06
zunisheikh4-Mar-14 23:06 
GeneralRe: PHP Pin
thatraja4-Mar-14 23:19
professionalthatraja4-Mar-14 23:19 
AnswerRe: PHP Pin
Kornfeld Eliyahu Peter4-Mar-14 21:28
professionalKornfeld Eliyahu Peter4-Mar-14 21:28 
QuestionControling Menus using Java Script Pin
harishm5913-Mar-14 21:12
harishm5913-Mar-14 21:12 
QuestionWeb programming, again. Pin
FeedScrn2-Mar-14 14:08
FeedScrn2-Mar-14 14:08 
AnswerRe: Web programming, again. Pin
David Mujica3-Mar-14 4:00
David Mujica3-Mar-14 4:00 
GeneralRe: Web programming, again. Pin
FeedScrn3-Mar-14 4:42
FeedScrn3-Mar-14 4:42 
QuestionPHP Pin
zunisheikh2-Mar-14 8:23
zunisheikh2-Mar-14 8:23 
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


there is no error in this query bt still it select no record i dnt know yFrown | :(
AnswerRe: PHP Pin
thatraja2-Mar-14 20:18
professionalthatraja2-Mar-14 20:18 
QuestionPHP Pin
zunisheikh2-Mar-14 6:02
zunisheikh2-Mar-14 6:02 
AnswerRe: PHP Pin
thatraja2-Mar-14 20:22
professionalthatraja2-Mar-14 20:22 
QuestionPHP Pin
zunisheikh2-Mar-14 5:06
zunisheikh2-Mar-14 5:06 
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 
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 

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.