Mon Oct 23, 2006 4:48 am |
Replies: 3 |
Views: 4657 |
|
 |
I prefer FF to IE6: is much faster with ajax. Using external browser takes much time...
So the question. 
|
Mon Oct 23, 2006 4:45 am |
Replies: 3 |
Views: 4657 |
|
 |
Hi.
Is there a way to change embedded browser?
Thank you
Nico
|
Thu Sep 28, 2006 5:10 pm |
Replies: 0 |
Views: 5192 |
|
 |
Usually "double click" selects a single word and "triple click" an entire line.
Why don't you implement such kind of approach?
Thank you
Nico
|
Thu Sep 28, 2006 10:34 am |
Replies: 1 |
Views: 4983 |
|
 |
It should be nice if also constants can be colorized with their own color.
Thank you
Nico
|
Tue Sep 26, 2006 6:25 am |
Replies: 0 |
Views: 4989 |
|
 |
Hi.
What about "print preview" ? and "print all files" ?
Thank you
Nico
|
Tue Sep 26, 2006 6:20 am |
Replies: 6 |
Views: 5571 |
|
 |
Hi.
Is there a way to show file tabs on multiple rows? With many files opened I have to use left and right arrows, and that is boring
Thank you
Nico
|
Mon Jun 05, 2006 6:01 am |
Replies: 4 |
Views: 6865 |
|
 |
b) your script redirects or submits to the same domain
This is the cause.
I fixed the problem changing project properties.
Thanks
|
Mon Jun 05, 2006 5:58 am |
Replies: 5 |
Views: 5954 |
|
 |
It works. Thanks!
BTW, did you see it on FAQ?
http://forum.nusphere.com/howto-setup-project-with-scripts-located-out-of-web-tree-t646.html
ehm, I didn't 
|
Mon Jun 05, 2006 4:21 am |
Replies: 5 |
Views: 5954 |
|
 |
I've a project structure that I'm not able to let work.
Let me explain the situation:
the directory project is structured as following:
/home/ProjectName
|- <some not public directories ...
|
Mon Jun 05, 2006 2:55 am |
Replies: 4 |
Views: 6865 |
|
 |
I've found why the problem happens: all is due to the way I write header.
In the first case I wrote:
header("Location: login.php");
and all works.
In the second case I wrote ...
|
Sun Jun 04, 2006 11:36 am |
Replies: 4 |
Views: 6865 |
|
 |
I made some tests so I can be clearer.
Consider having three script:
index.php redirect to login.php
login.php start session and redirect to main.php
The code is the following:
index.php
& ...
|
Sun Jun 04, 2006 10:54 am |
Replies: 4 |
Views: 6865 |
|
 |
Hi.
I'm using PHPEd 4.5.1 (b 4524) with PHP 5.1.2 and DBG 2.20.2 with remote debugging.
I can't understand why but under certain conditions debugger doesn't stop at breakpoints.
I start debugging ...
|