NuSphere Forums Forum Index
NuSphere Forums


Tue Nov 30, 2010 4:13 am
Replies: 2
Views: 3220
Hello. You can do this by clicking on the encoding in the status bar (lower right bottom corner) and selecting the encoding you want.

Tue Nov 30, 2010 4:10 am
Replies: 1
Views: 5245
Hello.
First, the ...static function... has to be inside a class, otherwise you got a syntax error. Second you do not have $properties initialized. And finally it is far better to put the ...static ...

Fri Nov 05, 2010 10:51 am
Replies: 3
Views: 6405
Also a non-invasive workaround is to first open phpEd with a workspace with UTF-8 encoding (could be any of you phpEd's projects). Than you just drag and drop desired file to phpEd and it open using t ...

Fri Nov 05, 2010 10:43 am
Replies: 4
Views: 11984
$_GET["dataname"] and $_GET['dataname'] are the same, they just use different type of quotes. However they should both work. I can think of only a few situations, when the variable would be ...

Tue Nov 02, 2010 4:13 am
Replies: 3
Views: 6405
I believe, that Workspace also has default encoding. And when you opened file from the outside of phpEd (i.e. from your file manager), phpEd openes itself with new workspace created with system defaul ...

Tue Nov 02, 2010 4:10 am
Replies: 5
Views: 3152
Sure it might be a solution, but writing everithing using entities is a tiresome job. Also using htmlentities requires also proper character set to be selected, otherwise the encoding would be corrupt ...

Tue Nov 02, 2010 4:05 am
Replies: 3
Views: 3335
+1

Tue Nov 02, 2010 4:04 am
Replies: 4
Views: 11984
You need to use $_GET['dataname'].

Sun Oct 31, 2010 4:18 am
Replies: 5
Views: 3152
That would depend on your system and in case of Windows and on your country. Standard english windows codepage is windows-1252 (aka cp-1252). If you use other language than english in Europe it is pos ...

Thu Oct 14, 2010 3:06 pm
Replies: 1
Views: 2776
Web server and database server are two different applications. You just configured Apache to run on port 3000, this means you can access Apache web server using http://localhost:3000. But MySQL runs o ...

Thu Oct 14, 2010 3:02 pm
Replies: 1
Views: 3013
There might be many reasons. The first thing to check is if your web server is up and running. This depends on what web server you use. Go to Services and check if the service is started - it should b ...

Fri Oct 08, 2010 2:24 pm
Replies: 3
Views: 3364
@ vitalviral
I have an open ticket for a few moths now on phpEd's support about this, but no timeframe about fixing this was given. Since there are other issues affecting more users, I'd say it would ...
Page 1 of 8
All times are GMT - 5 Hours