I just downloaded the cross-browser rich text editor from
Kevin Roth. [url]http://www.kevinroth.com/rte/demo.htm[/url]

Sample fo the html code:
<!--
function submitForm() {
try {

alert(document.getElementById('edit').contentWindo w.documen
t.body.innerHTML);
}
catch (e) {
alert(document.getElementById('edit').value);
}
}
-->

The code shown a pop up alert box!

I'm not using javascript, but I like to know how can I get
the value in a PHP $variable to save It in a MySQL table.

Many thanks in advance for your help.

Thanks.

Otto