I often find it easier to maintain my sanity (what little is left, anyway) by doing something like the following instead of jumping in and out of quotes, concatenating variables, etc., and then losing track of what goes where.
$html = '<td align="center"><a href="http://%s/sheet.xml?%s">%s</a></td>';
printf($html, $link, $info[$i]['url'], $name);