View Single Post
  #16 (permalink)  
Old 08-25-2007, 12:01 AM
kylegetson kylegetson is offline
WebProWorld New Member
 

Join Date: Apr 2007
Posts: 14
kylegetson RepRank 0
Default Re: MySQL Multiple Select Question

Not sure if you are still having trouble, Im not clear on your question either, but try this:
SELECT[list all the fields you want to be listed]
FROM [the table your pulling from]
WHERE eid=whatever

hope that helps.
Reply With Quote