Hey, I have a table code like this:
echo "<td width=50 height=50 bgcolor=$tilecolor><a href=game.php?view=attack&enemy=\"$player23[username]\"><img src=images/inf_$player23[dir].gif border=0></a></td>";
now, for some reason, the quote after $player23[username] wont show up?? the first one works fine but the 2nd one just refuses to show up, any idea why?
Also, I just noticed, the last quote actually does show up, but only if $player23[username] doesn't have a space, for example, "player" would show up fine, but "player one would be missing the " after the one.