Thread: query database
View Single Post
  #1  
Old 08-11-2006, 03:05 PM
kallis kallis is offline
Junior Member
 
Join Date: Aug 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
kallis is on a distinguished road
Default query database

hi,

currently i am using two different databases.
Table A in database A contain customer information
Table B in database B contain customer problem

When I insert a query condition to find for a list of customer whom age is more then 20 from table A. The list is stored in an array in PHP so that the list can be used to find the customer problem from table B. I wants the problem to be sorted accordingly.

I am wondering if i am able to throw a list of customer into an sql query and order the problem accordingly? -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - query database
Thread: query database
View Single Post
  #1  
Old 08-11-2006, 03:05 PM
kallis kallis is offline
Junior Member
 
Join Date: Aug 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
kallis is on a distinguished road
Default query database

hi,

currently i am using two different databases.
Table A in database A contain customer information
Table B in database B contain customer problem

When I insert a query condition to find for a list of customer whom age is more then 20 from table A. The list is stored in an array in PHP so that the list can be used to find the customer problem from table B. I wants the problem to be sorted accordingly.

I am wondering if i am able to throw a list of customer into an sql query and order the problem accordingly? -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote