Thanks for the responce, I have tried escaping the double quotes in a few diffrent combinations however i continue to get errors. The code below produces the following error, can you see what is wrong?
Parse error: parse error, unexpected T_CHARACTER, expecting T_STRING or T_VARIABLE or T_NUM_STRING in memrequests.php on line 30
$list .= "<td> <input type=\"radio\" name=\".$row[\"rowid\"]\" value=\"confirm\"></td>";