473,513 Members | 2,684 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PHP MySQL Query

8 New Member
Hi i was wondering if anyone could help me to get information from 2 different tables in my database...

Associates (table)
-ID
-email

Sales (table)
-ID
-payment

What I need to do is have the above information displayed in a table like the one below. both ID's in the tables sales and associates are identical.

Expand|Select|Wrap|Line Numbers
  1. Email               |  Payments  |  ID  |
  2. email1@mail com     |   $100.00  | ID01 |
  3. email2@mail.com     |    $45.00  | ID02 |
  4.  
FallingReign
Mar 8 '07 #1
3 1309
Chrisjc
375 Contributor
Hi i was wondering if anyone could help me to get information from 2 different tables in my database...

Associates (table)
-ID
-email

Sales (table)
-ID
-payment

What I need to do is have the above information displayed in a table like the one below. both ID's in the tables sales and associates are identical.

Expand|Select|Wrap|Line Numbers
  1. Email               |  Payments  |  ID  |
  2. email1@mail com     |   $100.00  | ID01 |
  3. email2@mail.com     |    $45.00  | ID02 |
  4.  
FallingReign

Why two tables? why not

ID
email
payment

in one table? Just wondering..
Mar 8 '07 #2
FallingReign
8 New Member
Why two tables? why not

ID
email
payment

in one table? Just wondering..
There is alot more information than just those values and it would require me to rewrite alot of the website to have the email field in the Sales table.

I was just hopeing that there was some code that i could use instead to retrieve them both.
Mar 8 '07 #3
simonhuntley
6 New Member
Hi i was wondering if anyone could help me to get information from 2 different tables in my database...

Associates (table)
-ID
-email

Sales (table)
-ID
-payment

What I need to do is have the above information displayed in a table like the one below. both ID's in the tables sales and associates are identical.

Expand|Select|Wrap|Line Numbers
  1. Email               |  Payments  |  ID  |
  2. email1@mail com     |   $100.00  | ID01 |
  3. email2@mail.com     |    $45.00  | ID02 |
  4.  
FallingReign
SELECT * FROM sales_table,associates_table WHERE sales_table.id=associates_table.id
Mar 8 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

0
3925
by: Mike Chirico | last post by:
Interesting Things to Know about MySQL Mike Chirico (mchirico@users.sourceforge.net) Copyright (GPU Free Documentation License) 2004 Last Updated: Mon Jun 7 10:37:28 EDT 2004 The latest...
1
3359
by: jlee | last post by:
I'm pretty much a newbie on mysql, and I need some help. I am running mysql Ver 12.22 Distrib 4.0.24, for portbld-freebsd5.4 (i386) on a server hosting an active website. The site's developer...
1
15370
by: Ike | last post by:
Recently, I began using a different MySQL verver (i.e. different machine as well as different version#, going from 4.12a to 4.1.9 max). The following query used to work: select firstname,...
3
8469
by: Me Alone | last post by:
Hello: I am trying to edit some C code I found in "The definitive guide to using, programming, and administering MySQL" by Paul DuBois. This C client program connects and then segfaults when...
0
7257
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7157
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7379
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7521
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5682
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5084
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3232
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3221
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
798
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.