I'm pulling data from a mySQL database into a php array to display a list of events using fields named event_date and event_name and event_description. For each record in which the event_description field is NOT empty, the PHP should wrap the event_name in a set of <a> and </a> tags and set the anchor's title attribute to be the event_description, so that mouse over the event_name shows a Tool Tip with the full description of the event.
The php is delivering the page properly except that the every Tool Tip only shows the first word in the event_description field.
Any ideas why this might be happeneing?
The php is delivering the page properly except that the every Tool Tip only shows the first word in the event_description field.
Any ideas why this might be happeneing?