I'm having trouble calling a function from inside a table cell. I know about escaping " but all I seem to get is the code showing up in the table and not the pictures for the nav bar? why is this?
if( check_admin_user() )
{
echo "<table width=\"555\" border=\"1\" height=\"30\" align=\"center\">";
echo "<tr>";
echo "<td>";
echo "<td>\" display_button(\"edit_artist_form.php?member_id=$memberid\", \"edit-artist\", \"Edit Artist\")\"<td>";
echo "<td>\" display_button("edit_contract_form.php?member_id=$memberid", "edit-contract", "Edit Contract")\"<td>";
echo "<td>\" display_button("admin.php", "admin-menu", "Admin Menu")\"<td>";
echo "<td>\" display_button($target, "continue", "Continue")\"<td>";
echo "</td>";
echo "</tr>";
echo "</table>";
please help me!
peace!