Search

You searched for the word(s): php
Showing page 26 of 158 (1,571 total posts) < 1 second(s)
  • Php Code inside a link does not work

    Hello,   For severals links on my website I need to include a snippet php code, but the editor translate the html code like this code is written in Normal mode.   For example :   If I set this :      $editor->text = '<a target=''_blank'' href=''<?php echo ''test''; ?>''> myPhp link ...
    Posted to Cute Editor for PHP (Forum) by alES on February 26, 2008
  • Re: CSS Error Chrome browser. Inserts code / Style / SyntaxHighlighter.css and display page breaks.

    Hi Proconsi, Do you get the same problem on demo page http://phphtmledit.com/EnableAll.php  with your chrome? We also set the EditorWysiwygModeCss to ''example.css'' in this page. Do you get it with the simple editor example page below? <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on March 13, 2012
  • Re: Download PHP version of Cute Editor

    Karen:   If you are concerned about how to incorporate CuteEditor into your existing PHP pages, I can send you the source code of this example.  http://phphtmledit.com/EnableAll.php     Could you please send me the source code as well? Thanks.
    Posted to Cute Editor for PHP (Forum) by dbloecher on January 9, 2008
  • Re: CuteEditor for PHP - file uploader asks for 401 authentication even when it was already done

    Hi Thanks for advice. This worked but it also removed the upload progress bar and ability to upload few files at a time. It's important to keep both these features in place while also have 401 authentication working. Can you advice on that?  
    Posted to Cute Editor for PHP (Forum) by nacho66 on June 22, 2010
  • Re: Error 2038 on large upload

    Hi greggs, The example below shows you how to catch the upload error message and show your custom message. <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to PHP File Uploader (Forum) by Kenneth on June 15, 2011
  • Unable To Post Full List To mySql Database

    I wonder whether someone may be able to help me please.   I thought I'd got this problem solved but unfortunately I still have some errors:   I'm using the code below to upload and save image files to a mySql database.   <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ...
    Posted to PHP File Uploader (Forum) by IRHM73 on February 9, 2012
  • Re: popup image

    Hi jch, Please refer to http://phphtmledit.com/custombuttons-popup.php , this example shows you how to create your own pop up window for editor. You can find the source code in the php editor download package below. Php editor download url: http://phphtmledit.com/download/phphtmledit.zip Regards, Ken 
    Posted to Cute Editor for PHP (Forum) by Kenneth on April 6, 2012
  • Re: tmp_name is not exists C:\WINDOWS\Temp\php...

    Ken,   I looked into your suggestion but for some reason I still get the same error. What is puzzling me is that I cannot find where c:\windows\temp is defined to redirect it to another folder. Your help is highly appreciated.   Thanks, 
    Posted to Cute Editor for PHP (Forum) by Abanar on March 20, 2013
  • Re: Launching editor in preview mode allows editing in Firefox

    Hi erslht, Yes, I can reproduce this issue on firefox 7.1. For now please use the code below to achieve the view tab when editor load. I have reported this issue to the development team, once issue is resloved, I will keep your posted. <?php require_once ''cuteeditor_files/include_CuteEditor.php'' ?> ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on October 17, 2011
  • Re: Problems running demos

    Dear ruperty, I tested your two examples: http://www.voteinusa.com/demo1.php http://www.voteinusa.com/demo2.php the first one works fine, the second throw error,   You can set another temporary directory and try it again:  <?php    $uploader=new ...
    Posted to PHP File Uploader (Forum) by Eric on September 2, 2010
« First ... < Previous 24 25 26 27 28 Next > ... Last »