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
62
of
158
(
1,571
total posts)
< 1
second(s)
Re: Uploading Images with my own code
jerica:I am using cute editor for a clients content management system. Instead of using Cute Editor to add images, I used my own image uploading functions that work for other web sites that I have done. However now, that I am testing using my functions with Cute Editor, the functions don't work. I was wondering if there is some ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
October 1, 2007
Re: saved html in mysql db displays as plain text when retrieved
Dear mp5802, The following code shows how to read write content between cuteeditor and mysql: <?
php
include_once(''cuteeditor_files/include_CuteEditor.
php
'') ; ?> <html> <head> </head> <body> <form name=''theForm'' action=''1.
php
?postback=true'' method=''post''><?
php
function ...
Posted to
Cute Editor for ASP
(Forum)
by
Eric
on
September 6, 2010
Need Help!
I am implementing
php
uploader and it works but after the image is uploaded I get this error. I figured out if I remove $mvcfile->Delete(); I don't get the error. Please advise Fatal error: Uncaught exception 'Exception' with message 'unlink(/tmp/uploadertemp/persisted.97163379-8dd5-4c50-b505-232edefb5791.IMG_0470.JPG.resx) [<a ...
Posted to
PHP File Uploader
(Forum)
by
cyberguy28
on
March 19, 2011
Warning: base64_decode() expects exactly 1 parameter, 2 given [solved]
Hi: This is the ...
Posted to
Cute Editor for PHP
(Forum)
by
oRober
on
December 6, 2009
Re: Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in include_CuteEditor.php on line 6
Dear emeric2, Please check
php
version. CuteEditor for
PHP
requires
php
5.0 or above. Regards, Eric
Posted to
Cute Editor for PHP
(Forum)
by
Eric
on
November 22, 2009
Re: include_CuteEditor.php error
Nevermind... The problem is that my live server is running
PHP
4 and it needs
PHP
5!
Posted to
Cute Editor for PHP
(Forum)
by
realto619
on
January 13, 2009
Re: CSS Error Chrome browser. Inserts code / Style / SyntaxHighlighter.css and display page breaks.
Hi Proconsi, Please try example http://
php
htmledit.com/Auto-Adjusting-Height.
php
, you set $editor->EditorWysiwygModeCss=''example.css''; in this example. Do you get the same issue on it? If it works fine for you. Can you move the example page ''Auto-Adjusting-Height.
php
'' to your site and test it? ...
Posted to
Cute Editor for PHP
(Forum)
by
Kenneth
on
January 20, 2012
Re: Customizing
Dear SKIQM, Please follow steps: 1. Set ''CustomCulture'' to ''de-de'' <?
php
$editor=new CuteEditor(); ...
Posted to
Cute Editor for PHP
(Forum)
by
Eric
on
September 3, 2010
Re: Editorbody width?
Please open CuteEditor_Files\Themes\Office2007\style.
php
and find the following code: <?
php
echo $editorid; ?> .CuteEditorFrameContainer {width:100%;height:100%;} And change it to: <?
php
echo $editorid; ?> .CuteEditorFrameContainer {width:100%;height:100%;padding:100px;}
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
November 19, 2009
Re: IE 9 Bug Issue
Thanks for the reply.. The link you provided ( http://
php
htmledit.com/EnableAll.
php
? ) is also showing same problem on IE 9 Problem is that first time the Upload button works fine. but if you click upload button after inserting an image it wont work. Anyway I fixed it with the solution provided from this ...
Posted to
Cute Editor for PHP
(Forum)
by
shijinpenta
on
September 24, 2012
More Search Options
« First
...
< Previous
60
61
62
63
64
Next >
...
Last »