need help settting up editor

  •  08-18-2009, 2:22 AM

    need help settting up editor

    I can't find nay setup information. I don't know php.
     
    I have loaded cutesoft under httpdocs directory   
    /httpdocs/cutesoft/CuteEditor_Files

     and made the following file
     
    <?php
             $editor=new CuteEditor();
             $editor->ID="feet4";
             $editor->Text="Type here";
             $editor->FilesPath="CuteEditor_Files";
             $editor->BaseHref="http://adghosting.com.au";
             $editor->Draw();
             $editor=null;
             //use $_POST["feet4"]to catch the data

    ?>
     
    but I don't know what the name of this file should be or where it should go and then how  to implemet this with the rest of the site
     
     
View Complete Thread