Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
FCKeditor 2
Last post
Thu, 04/07/2005 - 15:17
#1
guy_steuart
Joined:
18/02/2006
Posts:
5
$_SERVER['DOCUMENT_ROOT'}
$_SERVER['DOCUMENT_ROOT'} in php returns nothing on both my local IIS and my LAMP host so I have been hard coding the path like c:/inetpub/wwwroot/website
Any better ideas?
Thu, 04/07/2005 - 14:01
#2
virmaior
Joined:
04/04/2005
Posts:
13
RE: $_SERVER['DOCUMENT_ROOT'}
maybe try:
$_SERVER['DOCUMENT_ROOT']
note the ] instead of }
and this is a PHP thing.. not FCK
Thu, 04/07/2005 - 15:17
#3
xenden
Joined:
08/04/2006
Posts:
321
RE: $_SERVER['DOCUMENT_ROOT'}
And I'm pretty sure that in the php docs it says that it's not a variable that is available on all systems.
And it's linked to whatever you got in that php conf file.
So you might think of other ways to get the path...
May the Force be wit You!
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: $_SERVER['DOCUMENT_ROOT'}
$_SERVER['DOCUMENT_ROOT']
note the ] instead of }
and this is a PHP thing.. not FCK
RE: $_SERVER['DOCUMENT_ROOT'}
And it's linked to whatever you got in that php conf file.
So you might think of other ways to get the path...
May the Force be wit You!