The is what I am trying to do . do dispaly the contents of each field from a table
echo ("<tr>\n<td class=\"none\">" . $checkbox .
"</td>\n<td class=\"" . $class .'" align="left">' . "" . $job_id_disp .
"</td>\n<td class=\"" . $class .'" align="left">' . "" . $notestr .
"</td>\n<td class=\"" . $class .'" align="left"><a href="<?=$row["job_avi"]?>">image</a>'. </td>\n</tr>\n"
);
Let me know if u need more info .. check out the last row...
Thanks
Biju