I have the following code in my page:
echo "<td style='border-bottom:1px solid #FFA500;' contenteditable='true'>".$result['body']."</td>";
And I want to send the edited content to mysql_query.
do I simply have to add id to <td>
and use ajax??