$output .= '<table border=0 cellspacing=0 cellpadding=0 width=50%>
<tr><td align=center><a href="">Add </a> - <a href="?id='. $id
.'">View </a></td>
</tr>
</table>
". $table ."';
Ok, $table has contents but when i try to echo it.. or display it inside $output it just displays $table. But, i wat it to dispaly its output.
Any ideas?
THank you
- Anthony