Erik,
1. It looks like you are running PHP version 4.0. This applicatio need PHP 5.0.
Please run the following file in your server.
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
2) How do I create a new Cute Editor class object?
<?php
$editor=new CuteEditor();
$editor->ID="cont_text"; // same ID as your textarea
$editor->Text=htmlentities($row_Content['cont_text'], ENT_COMPAT, 'utf-8'); // Set value
$editor->FilesPath="CuteEditor_Files";
$editor->Draw();
$editor=null;
//use $_POST["cont_text"]to catch the data
?>
3) Do I have to remove the // in //use $_POST["
cont_text"]to catch the data?
You can remove it.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx