zend is excellent, i use editpad at work, have engisite for php (also good)
phpedit, context
all depends on how much you want to spend and what features you want
bastien
From: Ross Honniball <[EMAIL PROTECTED]>
To: php-db@lists.php.net
Subject: Re: [PHP-DB] Help. I am losing th
Um. Anyone know of a good code editor?
I normally use vim, but on my windows box sometimes use
http://www.pnotepad.org/ when looking at log files and what not... (yes, I
know there's a windows version of vim)
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://ww
use?
Bastien
From: Martin Norland <[EMAIL PROTECTED]>
Reply-To: php-db@lists.php.net
To: php-db@lists.php.net
Subject: Re: [PHP-DB] Help. I am losing the plot...
Date: Tue, 05 Jul 2005 09:41:55 -0500
Ross Honniball wrote:
script1.php:
echo 'script 1 before';
require_once(&
Perhaps there is an encoding issue in the file(s) that the server is not
recoginizing? Could you post the code you actually use?
Bastien
From: Martin Norland <[EMAIL PROTECTED]>
Reply-To: php-db@lists.php.net
To: php-db@lists.php.net
Subject: Re: [PHP-DB] Help. I am losing th
Ross Honniball wrote:
script1.php:
echo 'script 1 before';
require_once('script2.php');
echo 'script 1 after';
script2.php:
echo 'hello from script 2';
which in IE visually produces:
script 1 beforehello from script 2script 1 after
However if I view the source in IE, I get:
script 1 before
script1.php:
echo 'script 1 before';
require_once('script2.php');
echo 'script 1 after';
script2.php:
echo 'hello from script 2';
which in IE visually produces:
script 1 beforehello from script 2script 1 after
However if I view the source in IE, I get:
script 1 before?hello from script 2scr