PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have on there a list of email addresses for each of the staff. I have in my database a field for email addresses, for each email address a person has (separated by ", ") i want it to be a link. I got it so that it that it breaks up the email addresses and links them, but it justs adds to the array when it loops through to the next staff member and add theirs to the existing list.