ftp://ftp.vim.org/pub/vim/pc/gvim61.exe <-- best php editor I have seen.
use it all the time. (well the non-gui version but gui good for beginners)
If you want to shell out some cash...
http://www.activestate.com/Products/Komodo/ <---best IDE I have seen for
PHP, recommend it.
http://www.zend.co
Is there a Editor for PHP? I don't know that much about PHP, I just
installed it today, and looked at some code, but i can't finda editor for
it. I am runnign PHP 4 on Windows 2000 Server
Thanks.
Brian Kabela
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://ww
Hi
It sounds like magic_quotes_gpc is set to On in your php.ini file.. change
this value to Off if you wish to handle escaping of characters yourself.
Secondly, it's advisable to research nl2br()
HTH
Brad
"News.Php.Net" <[EMAIL PROTECTED]> wrote in message
news:20021101073812.3879.qmail@;pb1.p
php-windows Digest 4 Nov 2002 18:29:54 - Issue 1423
Topics (messages 16715 through 16725):
Re: 2 Issues for Mail() in Win/PHP4-
16715 by: Steve Yates
16717 by: Marie Monday
16718 by: Marie Monday
16724 by: Dash McElroy
PHP.INI Configuration Problems
1
Passing the whole path does work as well.
I wrote the attached script so departments in our company could put files on
out internal website by dragging and dropping to a shared folder. I have to
find away around the "This page has expired" message when you click the
"back" button but other than th
Read this link: http://www.php.net/manual/en/security.registerglobals.php
Having register_globals set to on can make it easier for someone to exploit
poorly written code (there are examples on the page).
I like to use register_globals=off too because I know explicitly where each
variable is comin
Hello, I'm pretty new to this list, and to hosting my own server and
running PHP.
I run a Windows 2000 Server box with IIS5. My box is currently running
Chkdsk so can't look up my version of PHP or MySQL.. but I only installed
the latest versions about 2 months ago.
Lately my server has been cr
Hello Jack,
Monday, November 04, 2002, 6:09:52 PM, you wrote:
JKD> I answered my own question with a little digging on the PHPBuilder page...
JKD> is_file() and is_dir() will report everything as a directory unless you
JKD> first chdir() to the directory. After I added the chdir() it worked. Any
I answered my own question with a little digging on the PHPBuilder page...
is_file() and is_dir() will report everything as a directory unless you
first chdir() to the directory. After I added the chdir() it worked. Anyone
know if that's going to be changed in the future?
(I love recursion!)
\n"
Hello.
Here is the question:
I have apache 2 and php4.3 installed as cgi script (not an apache2 module),
so, in apache2 config i've create a webDir, it normally works from IE,
so, then a've load apache2 mod_dav and it starts working too (from Network
Places i can add this folder).
Now, the questio
Hello List -
I am having a problem with fsockopen since my ISP upgraded their linux
server. The same function works just fine on another linux server and PHP
version (using a different ISP).
This fsockopen function previously worked as expected, returning within the
specified timeout (2 sec) i
I've been scanning the list msgs trying to figure out why that's discouraged. Anyone
know why?
"Charles P. Killmer" wrote:
> Also check and make sure that you have register_globals set to on in php.ini Some
>argue that you shouldn't use that though.
>
> Charles Killmer
>
> -Original Messa
Thanks everyone for the good responses. I'm learning alot just reading
through!
~marie
Marie Monday wrote:
> I'm a PHP newbie and have just installed php4.2.3 on WinNT 4.0 w/ IIS4.0
>
> Already have set the SMTP and sendmail_from in php.ini.
> 1). Mail function sends mail, except that none of th
13 matches
Mail list logo