creeker Posted September 15, 2006 Share Posted September 15, 2006 This is a newbie question.I have two tables and perform this join:SELECT c.name, c.description, d.caption, d.image FROM archfolio_category AS c INNER JOIN archfolio_detail AS d on c.ID=d.project AND d.project =12;Everything works except that the c.description the cell entries show up as empty except for the heading.If I use the code below the column heading and entries show: SELECT * FROM archfolio_category; I don't understand where things might be going wrong. Any help is appreciated. Link to comment https://forums.phpfreaks.com/topic/20899-missing-data/ Share on other sites More sharing options...
creeker Posted September 15, 2006 Author Share Posted September 15, 2006 I figured it out and it works. Sorry to waste your time Link to comment https://forums.phpfreaks.com/topic/20899-missing-data/#findComment-92593 Share on other sites More sharing options...
fenway Posted September 15, 2006 Share Posted September 15, 2006 It's only a waste if you don't post "how" you figured it out. Link to comment https://forums.phpfreaks.com/topic/20899-missing-data/#findComment-92619 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.