I have this line of code, where the variables are extracted from mysql using fetch array. Then output using printf
<a href=team.php?cmd=playerstats&category=$category&id=$myrow[id]&playername=$myrow[playername]>
However when playername is displayed only the first part of the players name is displayed. I.e its Displays just Liam, when it should display Liam Smith. Is it doing this because of the white space between the surname and forename.
Thanks for the help
Matt