are you not using too many quotes??
your first <TD> is already quoted (i guess...). Then you try to concatenate the $this variable while, at the same time, calculating it's value. From my experience, that does not work!
".$this = "".$field['numberreceived']."";
honestly i don't understand the above code...
First of all, you should calculate the $this value, and only then concatenate it to whatever you are trying to print.
The double-quote before the '.$this' is a mistery for me. as i said before, i think what you are doing is filling a string (where the <TD> is included) in an echo function??
can you please show a little bit more of the code (before and after)??
[]