PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old July 22nd, 2004, 02:28 PM
mister11th mister11th is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 2 mister11th User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
php project plan (SQL PROBLEM)

i am making a project list with comments from users in PHP.

here are the tables:

current_projects
id project priotity due description active
1 blah 1 1/2 blah 1

users
id name
1 John Doe

comments
id user_id comment active project_id
1 1 blah 1 1


i want to list all comments to a specific project and show who says what

here my sql... but it wont work!


SELECT u.name, c.comment
FROM users u, comments c, current_projects p
WHERE u.id=c.user_id
AND c.project_id=p.id
AND c.active=1


it shows all comments on all projects

HELP!

thanks

sj

Reply With Quote
  #2  
Old July 22nd, 2004, 04:24 PM
dhouston's Avatar
dhouston dhouston is offline
Contributing User
Dev Articles Beginner (1000 - 1499 posts)
 
Join Date: May 2003
Location: Tennessee
Posts: 1,355 dhouston User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via ICQ to dhouston
You need to add "AND p.id=X" (where X is a project id) in order to limit this to a single project.
__________________
Please don't PM me asking for solutions outside the scope of a thread.
Keeping all responses in a thread stands to help others who come along later,
which is after all what this forum's all about.

Reply With Quote
  #3  
Old July 22nd, 2004, 05:06 PM
mister11th mister11th is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 2 mister11th User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Im such a dork!

THanks so much... I knew it, but i couldnt see it. What an amateur! :-)

s

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingPHP Development > php project plan (SQL PROBLEM)


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT