In php how to display mysql results?

Kandak

New Member
I have a mysql table in which I keep e-mail addresses. The structure is as follows:\[code\]id || email\[/code\]However, how do I actually output those e-mail addresses, separated by commas, in php?Thanks in advance for your help!
 
Back
Top