Facebook Share Buttons Using PHP/MySQL Data for Title and URL

Greetings!

I am working on a website for a band and have a question that I can’t seem to find the answer for.<br><br>On the band’s website, they have a tour schedule. All of the information from the tour schedule is pulled from a MYSQL database using PHP coding. The coding runs a WHILE LOOP as it pulls each tour date out of the database. All of that I have successfully created. Simple.

The problem I am having is that the band would like to have a facebook share/like button next to each tour date so that any of the fans can click on the particular date they want to share, and share it. The problem is that I cannot seem to get this to work. No matter what I try, the basic title of the site and the basic URL is displayed on facebook when the share button is clicked, but I need the buttons to be specific to each tour date. So rather than the shared title being just the band name or each of the share buttons, I would like it to include the date and location of the particular concert that the fan wants to share from the website. Does that make sense?

Any help on this matter would be greatly appreciated.

Thanks
Dan