Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): php
More Search Options
Showing page
15
of
158
(
1,571
total posts)
< 1
second(s)
Re: IE11 browser and PHP CuteEditor 6.6
Thanks for the feedback. I am unable to reproduce the problem using your test case. Interesting. We do have some customization in the toolbar but I thought it was only in the top toolbar.Since I didn't do the original implementation and the implementer has left and is no longer available, I will have to do more research on my end to see ...
Posted to
Cute Editor for PHP
(Forum)
by
damps
on
December 3, 2013
Re: Recommended php.ini settings
Parameter Name Default Value Remark file_uploads 1 Whether or not to allow HTTP file uploads. upload_max_filesize 2M The maximum size of an uploaded file. max_input_time 60 This sets the maximum time in seconds a script is allowed to parse input data, like POST, GET and file uploads. ...
Posted to
PHP File Uploader
(Forum)
by
Eric
on
June 30, 2010
Re: Storing image to database in php version
Dear francois, You can retrieve the CuteEditor contents using the $_POST array. The name of the variable in the $_POST array will be CuteEditor ID. For example if your Cute Editor class ID is ''Editor1'', the variable would be $_POST[''Editor1'']. After you get this data, you can write it into any data source. The ...
Posted to
Cute Editor for PHP
(Forum)
by
Eric
on
December 9, 2009
Re: php tags half removed
Thanks that solved half the problem :) I can add the
php
code in now but when I load an existing page into the editor it gets stripped out. Any ideas on this? Iam using
php
's file_get_contents() function to read it into the $editor=> Text like this. $file is a file path I have already set up earlier in the ...
Posted to
Cute Editor for PHP
(Forum)
by
kellyd
on
May 28, 2008
Adding html dynamically with jQuery
So I've the following page (edited for ...
Posted to
Cute Editor for PHP
(Forum)
by
annoyingmouse
on
March 30, 2011
Re: Php Code inside a link does not work
Adam, Excuse me, my example is not enough relevant. In fact, I paste in this example the content of a variable filled by my database. So, the code is not converted by my
PHP
code but in the Cute
PHP
Code. I found on the the line 140 (include_CuteEditor) the conversion. Do you think this conversion is necessary for the ...
Posted to
Cute Editor for PHP
(Forum)
by
alES
on
February 29, 2008
Cannot get CuteEditor for php to work.
Here is a test page: <html> <head> <title>Test Editor</title> </head> <body> <?
php
$editor=new CuteEditor(); $editor->ID=''frank''; $editor->Text=''Type here''; ...
Posted to
Cute Editor for PHP
(Forum)
by
frankcarman
on
February 26, 2008
Pre purchase question - does this require extra php modules on the server?
I was looking for a solution yesterday for a non-flash file uploader that includes a progress bar and will work on IE 7 and later. The only solutions I did find required having some APC
PHP
module installed on the server, something my shared hosting account does not have and the support were unable to install. I was therefore surprised ...
Posted to
PHP File Uploader
(Forum)
by
mediakitchen
on
July 20, 2012
Re: Insert Hyperlink Issue when using Cute Editor 6.6 for PHP with Mozilla Firefox Web Browser
Daryl, Can you ask your client try the following example? http://
php
htmledit.com/EnableAll.
php
If you cannot reproduce this issue in our online demo, please download the latest build then try again. If you can reproduce the problem, please let me know the detailed information of your browser.
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
March 8, 2011
Maintaining PHP code
I two lines of
PHP
code in my file. I edit FullDocument. In IE7 or 8 it works ok but Firefox and safari strips them away. Is this a known problem? For me it is a problem for mosr of my users will have safari (on Mac) /Bo
Posted to
Cute Editor for PHP
(Forum)
by
bosy
on
April 30, 2009
More Search Options
« First
...
< Previous
13
14
15
16
17
Next >
...
Last »