Search

You searched for the word(s): php
Showing page 8 of 158 (1,571 total posts) < 1 second(s)
  • Re: Storing image to database in php version

    Thanks for your reply, but i think that you don't uderstand my question.I would to replace the image upload on folder by the storage in db like the exemple in the last post. When user insert image it stored in db and all images displayed in gallery came from db.I just want to know if someone else developed it for php version or i must develop ...
    Posted to Cute Editor for PHP (Forum) by francois on December 10, 2009
  • PHP uploader in Joomla

    Hi all. I am trying to incorporate PHP Uploader in a Joomla component.At the moment i am using the keeping state example. The problem is as follows:When the images are uploaded to the temp folder, i am imedeately rerouted to the admin mainpage. Can i prevent that somehow, and is it possible to set the path to the page that should be ...
    Posted to PHP File Uploader (Forum) by Jakbaehl on July 3, 2009
  • Re: Warning popup with IE 8

    Adam  Your example works perfeectly as does the index.php you include with your sample.  The difference is that I am using the smarty engine to templating to handle screen IO and in that environment we have grief.    I have created a small sample which in my environment reproduces the problem which I am attaching ...
    Posted to Cute Editor for PHP (Forum) by esimuro on June 18, 2009
  • Re: How to allow users to upload all files types except certain files types asp,php

    Hi,   This is a sample for your request   <%@ Page Language=''C#'' Title=''First sample'' %>   <%@ Import Namespace=''CuteWebUI'' %>   ...
    Posted to Ajax Uploader (Forum) by cutechat on April 19, 2009
  • i want to purchase the cutesoft editor for my PHP web

    i want to purchase the cutesoft editor for my PHP web application . but I would like to know if you have the equation editing features integereted with it or not. If not can you integeret the equation in it and let me know the time and cost required for this TEST   Please E-mail me or call me asap you can.   We are going to build ...
    Posted to Cute Editor for PHP (Forum) by ZHEN SHENG on August 21, 2008
  • problem setting output file for multiple editable pages

    I want two editable pages (using the IP license), each writing a separate output file.  The code below is for one of the pages.   I'm using;                       $editor->LoadHTML(''news1.html'');     ...
    Posted to Cute Editor for PHP (Forum) by lferree on April 2, 2008
  • Re: Show code in php

    Dear korty,   Please try the following code: <?php  include_once(''cuteeditor_files/include_CuteEditor.php'');   $content = '<div><p>headline</p> <p>';        $editor=new CuteEditor();        ...
    Posted to Cute Editor for PHP (Forum) by Eric on September 13, 2010
  • Re: Cannot get CuteEditor for php to work.

    frankcarman,   Have you included the CuteEditor class file in the page before you create a new CuteEditor class object?   <?php include_once(''CuteEditor_Files/include_CuteEditor.php'') ; ?> <html> <head> <title>Test ...
    Posted to Cute Editor for PHP (Forum) by Adam on February 26, 2008
  • Show code in php

    Hello, I have a problem. I take the code in my php: <php $content = '<div><p>headline</p> <p>';        $editor=new CuteEditor();        $editor->ID=''text'';        ...
    Posted to Cute Editor for PHP (Forum) by korty on September 11, 2010
  • Re: CuteWebUI AjaxUploader Initialize is not defined in php file uploader

    Hi,   I think the properties   ResourceDirectory='homepages/31/d288600241/htdocs/test/phpuploader/resources' ResourceHandler='homepages/31/d288600241/htdocs/test/phpuploader/ajaxuploaderresource.php' UploadUrl='homepages/31/d288600241/htdocs/test/phpuploader/ajaxuploaderhandler.php'   are wrong.   I don't know how you ...
    Posted to PHP File Uploader (Forum) by cutechat on October 21, 2009
« First ... < Previous 6 7 8 9 10 Next > ... Last »